Horje
Why XHTML Elements Must Always be Closed

In XHTML, elements must always be closed, like this:


Correct:

Example: HTML
<p>This is a paragraph</p>
<p>This is another paragrap

Wrong:

Example: HTML
<p>This is a paragraph
<p>This is another paragraph





Category:
Web Tutorial
Sub Category:
HTML vs. XHTML
Uploaded by:
Admin


Read Article
https://develop.horje.com/learn/1434/reference