version
Identifies the HTML DTD version used in the document. Because the
!DOCTYPE declaration includes version
information about the used DTD, this attribute is deprecated.
Examples
A small, yet complete HTML document is :
<HTML>
<HEAD>
<TITLE>Title</TITLE>
</HEAD>
<BODY>
Text body
</BODY></HTML>
A small, yet complete HTML document is :
<HTML>
<HEAD>
<TITLE>Title</TITLE>
</HEAD>
<BODY>
Text body
</BODY></HTML>