Now you are ready to use the HTML tags that you have just learned. Below you will see a short example of how your Web page may look as you are writing it using the tags in "HTML for Starters". Below the example, you will see a link to the page created using the document in this example. This is what the page will look like in a browser.
With practice, you will soon become a master of HTML. Good luck!
<HEAD>
<TITLE>Put to Use What You Have Learned</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1 ALIGN=CENTER><FONT FACE="Arial, Helvetica">Use What You Have Learned</FONT></H1>
<H2><FONT FACE="Comic Sans MS, Verdana"><A NAME="ready">You're Ready to Begin</A></FONT></H2>
<P>Now <B>you</B> can use HTML tags in <I>your</I> home page! HTML is <U>easy</U> to learn. You may need a little bit of practice, after which you will know these tags by heart. If you don't already have a home page, you can get one <STRIKE> not for $$ a month</STRIKE>, for <BLINK>FREE</BLINK> from <A HREF="http://geocities.datacellar.net/"> GeoCities</A>.
<P ALIGN=CENTER>You know how to center paragraphs.</P>
<P ALIGN=RIGHT>And you know how to right align paragraphs.</P>
<P><IMG SRC="smiley.gif" WIDTH=35 HEIGHT=34 ALIGN=LEFT ALT="smiley face">Be happy because now you can create your own Web pages yourself! You don't have to depend on someone else or a WYSIWYG HTML editor to do the job for you.</P>
<P>You could even put mathematical expressions on your page if you wanted to for some reason. Such as E=mc<SUP>2</SUP> or log<SUB>2</SUB>64<SUP>10</SUP>=60 (that last expression really isn't hard to solve).
<P>Do you have any questions or comments? E-mail me at <A HREF="mailto:abcs_html@geocities.com"> abcs_html@geocities.com</A>.
<P>Go to <A HREF="#ready">You're Ready to Begin</A> to read my closing paragraph again.
</BODY>
</HTML>
Click here to see how the document in the example above looks. To return to this page, just click on the "Back" button at the top of your browser window.
Reference Chart |
Home |
HTML for Starters |
Links |
E-mail |
Last Modified: Saturday, 18-Jul-98 21:50:15 PDT
Page URL: http://geocities.datacellar.net/SiliconValley/Vista/2823/text/htmluse.html