![]() |
|
|
| |
|
||||
In web page design, a well-formed tag is one that is either
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". |