Meta Tags


All HTML documents should begin with a declaration. It identifies the HTML "dialect" used in a document by referring to an external document type definition, or DTD. It allows validation software to identify the HTML DTD being followed by the document is syntactically correct.
   In HTML, foreign letters, symbols and some characters are represented by the entity codes.
   There are two types of entity codes: character entity codes and numerical entity codes.  The character entity code for a less-than sign is <  the numerical code is < 
   
     Note the PRE tage allows you to arrange lines without the usual rules of collapsing  white space.
           Note that most browsers will display the PRE element using a monospaced font, such as Courier.<\B>