Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Well-formed tag
In web page design, a well-formed tag is one that is either
- opened and closed,
- an empty element, which still must be terminated,
and is properly nested and does not overlap.
For example, in HTML: word is a well-formed tag, while word 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.
.
Read more »