On 6/24/05, stu <[EMAIL PROTECTED]> wrote:
> Does anyone have a definitive list of elements that can be contained within 
> an anchor tag...

This isn't a CSS question, so you should probably have asked it
elsewhere: http://css-discuss.incutio.com/?page=OffTopic

However, see: http://www.w3.org/TR/html4/struct/links.html#edef-A

<!ELEMENT A - - (%inline;)* -(A)       -- anchor -->

means "There is an element "A", it can contain "%inline" except other
"A" elements. Things starting with a % are groups, and are hyperlinked
in the spec so you can find out what is in that group easily.

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to