Click here to get back home

What can be inside an tag?

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
What can be inside an tag? five of nothing 01-08-2006
Get Chitika Premium
Posted by five of nothing on January 8, 2006, 7:56 pm
Please log in for more thread options


Hi, I'm working on a page and my HTML validator whines when I try to
put a <div></div> or a <table></table> inside of an <a></a> tag. What
are the rules as far as what can go in there?


Posted by Steve Pugh on January 9, 2006, 1:50 am
Please log in for more thread options


five of nothing wrote:
> Hi, I'm working on a page and my HTML validator whines when I try to
> put a <div></div> or a <table></table> inside of an <a></a> tag. What
> are the rules as far as what can go in there?

The spec is there for you to check.
http://www.w3.org/TR/html401/struct/links.html#edef-A

The important part is the DTD which states:
<!ELEMENT A - - (%inline;)* -(A) -- anchor -->

That means that the content of the A element can be anything defined as
%inline except for another A element.

%inline is defined as
<!ENTITY % inline "#PCDATA | %fontstyle; | %phrase; | %special; |
%formctrl;">
and the various components expand as

<!ENTITY % fontstyle "TT | I | B | BIG | SMALL">

<!ENTITY % phrase "EM | STRONG | DFN | CODE | SAMP | KBD | VAR | CITE |
ABBR | ACRONYM" >

<!ENTITY % special "A | IMG | OBJECT | BR | SCRIPT | MAP | Q | SUB |
SUP | SPAN | BDO">

<!ENTITY % formctrl "INPUT | SELECT | TEXTAREA | LABEL | BUTTON">

So that tells you all the elements that can be contained within an A
element.

Steve


Similar ThreadsPosted
img inside pre September 17, 2005, 10:04 pm
Do I need a

inside a

January 31, 2008, 1:08 pm
linebreak ignored inside
July 31, 2006, 9:54 am
is it acceptable to put a UL inside of a paragraph?? October 1, 2004, 11:01 am
help with image alignment inside a
March 19, 2005, 9:11 pm
centering a div inside of a div in FireFox May 24, 2005, 2:02 pm
div align bottom inside a td February 5, 2006, 7:27 pm
table inside form? March 31, 2006, 10:50 pm
table inside div block - no joy April 2, 2006, 6:26 pm
Link inside the ZIP file ? December 24, 2006, 4:07 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap