meanings of Well-formed tag encyclopedia of Well-formed tag dictionary of Well-formed tag thesaurus on Well-formed tag books about Well-formed tag dreams about Well-formed tag
 Well-formed tag - Definition 

In web page design, a well-formed tag is one that is either

  1. opened and closed,
  2. an empty element, which still must be terminated,

and is properly nested and does not overlap.

For example, in HTML: <b>word</b> is a well-formed tag, while <i><b>word</i> is not, since the bold tag is not closed. Empty elements (tags without text in between) can be closed by putting a slash at the end of the tag, i.e. <img />.

Copyright 2008 WordIQ.com - Privacy Policy  ::  Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Well-formed tag".