Create Your Own Web Page: PPT Slide
PPT Slide
HTML BasicsAppearance Tags (continued)
<BLOCKQUOTE>For long quotations, usually indented</BLOCKQUOTE>
<PRE>Preformatted text, displays as it is typed in. </PRE>
(the <PRE> tag is useful for displaying existing text easily rather than having to reformat it in HTML)
Optional: <pre width=80>Text Section….<pre> will limit the display width to 80 characters.
<ADDRESS>Generally used to specify the author of a document </ADDRESS>