Html – Which is the strictest mode of XHTML to make the coding habits semantically and better

xhtml

Which is the strictest mode of XHTML to make my coding habits semantically and better?

XHTML 1.0 Strict or XHTML 1.1

Best Answer

There is no XHTML mode that will force you to do things semantically or correctly - you need to use knowledge for this.

(Just because a page passes validation, that does not mean it is semantically correct)

Here are a few links that may help:
Writing Semantic HTML
What is Semantic HTML?

Related Topic