<!doctype>

Description

   The <!doctype> tag is optional and should be the very first line of an HTML file if used. This tag lets browsers know that the document is an HTML document.

Code

   <!doctype html public "-//ietf//dtd html//en">
/body>