Version//IETF//DTD HTML 2.0 Strict//EN
ElementHTML
Purposehtml document outer container
DescriptionThis is the outermost element of an HTML document. The HTML element thus contains all other elements inside the HEAD and BODY elements. You should have just one HTML container in a document. For example:
<HTML>
 <HEAD>
  <TITLE>
   Hello World Demonstration Document
  </TITLE>
 </HEAD>
 <BODY>
  <H1>
   Hello, World!
  </H1>
  <P>
   This is a minimal "hello world" HTML document. 
  </P>
 </BODY>
</HTML>
Start tagOptional <HTML>
Attributes
NameTypeDefaultComment
SDAFORM CDATA #FIXED "Book"one to one mapping; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals
VERSION CDATA #FIXED '%HTML.Version;'%html.version;
Content( HEAD , BODY )
End tagOptional </HTML>
Referenced in
search Search · star Market
2023-06-19 · John December · Terms © johndecember.com