1. Overview of HTML Specification
<HTML> <HEAD> <TITLE>Structural Example</TITLE> </HEAD> <BODY> <H1>First Header</H1> <P>This is a paragraph in the example HTML file. Keep in mind that the title does not appear in the document text, but that the header (defined by H1) does. <UL> <LI>First item in an unordered list. <LI>Second item in an unordered list. </UL> <P>This is an additional paragraph. Technically, end tags are not required for paragraphs, although they are allowed. You can include character highlighting in a paragraph. <I>This sentence of the paragraph is in italics.</I> <IMG SRC ="triangle.gif" alt="Warning:"> Be sure to read these instructions. </BODY> </HTML>
Generated with CERN WebMaker