Well-formed Element Website Links For
Element
 

Information About

Well-formed Element




  • opened and subsequently closed,

  • an empty element, which in that case must be terminated,


and at the same time also is

  • properly nested so that it does not overlap.


For example, in HTML: word is a well-formed element, while word is not, since the bold element 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. .