'version' indicates the version of HTML : html « Tags « HTML / CSS






'version' indicates the version of HTML

 
    
<html version="4.0">
<!doctype html public "-//w3c//dtd html 4.0//en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
</body>
<html>
    
      
        
  








Related examples in the same category

1.'html' identifies an HTML document
2.XHTML headers
3.Body tag
4.HTML document structure
5.Working with Structure
6.Structured XHTML 1.1 Document
7.Set margin and padding for both and body
8.Style for HTML
9.Using CSS with HTML
10.An HTML page with CSS rules and HTML attributes
11.Template to illustrate all
12.'xmlns' declares a namespace for creating unique custom tags in the HTML document