|
|
|
<PRE> <TITLE>A Longer Example</TITLE> <H1>A Longer Example</H1> This is a simple HTML document. This is the first paragraph. <P> This is the second paragraph, which shows special effects. This is a word in <I>italics</I>. This is a word in <B>bold</B>. Here is an inline GIF image: <IMG SRC="myimage.gif">. <p> This is the third paragraph, which demonstrates links. Here is a hypertext link from the word <A HREF="subdir/myfile.html">foo</A> to a document called "subdir/myfile.html". (If you try to follow this link, you will get an error screen.)
<P> <H2>A second-level header</H2> Here is a section of text that should display as a fixed-width font: <P> <PRE> On the stiff twig up there Hunches a wet black rook Arranging and rearranging its feathers in the rain ... </PRE> This is a unordered list with two items: <P> <UL> <LI> cranberries <LI> blueberries </UL> This is the end of my example document. <P> <address>Me
(somename@someisp.net)</address> </PRE> |