HTML Course

 

Page 13 :Finishing Up

  • Let's Sum It Up
  • This was a tutorial in how to build a basic Web Page document. You may want to learn how to add aGuest Book or Counter. You can find links to these and more on my Tools Page. There is more to learn to enhance your Web Pages even further, I hope this was a good start for you. After mastering these foundation HTML codes move onto Tables, Frames.
    They are a little more advanced but will take the look of your Web pages to new levels. Below is our document code enhanced with a few graphics and additional text. I utilized the lessons taught here to display how some of the codes work together.

    <HTML>
    <HEAD>
    <TITLE>Welcome To Aruba</TITLE>
    </HEAD>
    <BODY BACKGROUND="stars.gif" BGCOLOR="#000000"
    TEXT="#66ccff" LINK="yellow" VLINK="orange" ALINK="red">
    <EMBED SRC="sample.mid" AUTOSTART="true"
    HIDDEN="true" VOLUME="100%">
    <H1 ALIGN="CENTER">
    <i><u>
    <A NAME="top">Welcome To Aruba</A>
    </u></i></H1>
    <P>
    <HR SIZE=4 WIDTH="80%" ALIGN=CENTER>
    <HR SIZE=4 WIDTH="60%" ALIGN=CENTER>
    <HR SIZE=4 WIDTH="40%" ALIGN=CENTER>
    <P>
    <CENTER>
    <A HREF="http://www.aruba.com">
    <IMG SRC="aruba.jpg" WIDTH="300" BORDER=5 ALT="sunset">
    </A>
    <P>
    <FONT SIZE="3" COLOR="aqua">
    <b><u>Click On The Photo To Go To Aruba.com</u></b>
    </FONT>
    <BR><BR><BR>
    <FONT SIZE="4" COLOR="#cc0066">
    <b>This Beautiful Sunset In Aruba.<BR>
    Aruba is a lovely island off the<BR>
    coast of South America.<BR>
    The weather is perfect<BR>
    in Aruba any day of the year.</b>
    </FONT>
    <BR><BR>
    <IMG SRC="waves.gif" WIDTH="400" HEIGHT="20" ALT="waves">
    </CENTER>
    <BR><BR>
    <FONT SIZE="4" COLOR="white"><b>
    My Favorite Links
    <UL>
    <LI><A HREF="http://www.draac.com">Draac.Com</A>
    <LI><A HREF="http://www.lycos.com">Lycos Search</A>
    <LI><A HREF="http://www.furby.com">Furby Fun</A>
    </UL>
    </b></FONT>
    <BR><BR>
    <CENTER>
    <IMG SRC="boatline.gif" WIDTH="350" HEIGHT="40" ALT="boatline">
    <BR><BR>
    <FONT SIZE="4" COLOR="#ff3333"><b>
    I hope you had fun building this page.<BR>
    Use what you have learned to build a<BR>
    </b></FONT>
    <FONT SIZE="4" COLOR="white">
    <i><b>Web Page</b></i>
    </FONT>
    <FONT SIZE="4" COLOR="#ff3333">
    <b>that interests you.
    <P>
    Add a counter and guest book.<BR>
    Make a banner like mine below.<BR>
    You can find links to them on my
    <A HREF="tools.html"><u>Tools Page</u></A>.
    </b></FONT>
    <BR><BR><BR>
    <A HREF="mailto:xyz@xyz.net">
    <IMG SRC="email2.gif" WIDTH="104" HEIGHT="34" ALT="email"></A>
    <BR><BR><BR>
    <A HREF="index.html">
    <IMG SRC="banner1.gif" WIDTH="400" HEIGHT="40" ALT="ad banner"></A>
    <BR><BR><BR>
    <A HREF="#top">
    <FONT SIZE="3" COLOR="aqua"><b><i>Take Me To The Top</i></b></FONT></A>
    </CENTER>
    </BODY>
    </HTML>

    Click Here To Display The Final Document
    Use Your Back Button To Return Here

That ends our lesson on how to create a basic web page. Good Luck & Enjoy HTML...:+)
To further your Html learning. Please visit Draac.Com's Html Extras.