|
Since you've made it this far, I'm going to assume that you now have a completely blank
text file named index.html. There are a few things that every HTML file has to have in order
for it to appear like the page that you're looking at now. :-) The basic code for this page
appears just below this paragraph. Take a look at how it's set up, and click on any piece of
code (that appears in green) to go to a page describing it further.
<HTML>
<HEAD>
<TITLE>Suzanne's Heartland Angels help pages - page two
</TITLE>
<STYLE TYPE="TEXT/CSS">
<!--a {text-decoration: none}-->
</STYLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" BACKGROUND="graphics/yrosebk.jpg"
TEXT="#000000" LINK="#339900" ALINK="#FFFF99" VLINK="#339900">
<TABLE>
<TR>
<TD><IMG SRC="invisible.gif" HEIGHT="0"
WIDTH="170"></TD>
<CENTER><!--#geoguide-->
</CENTER>
<TD>
<CENTER>
<IMG SRC="graphics/yrosewelcl.jpg" ALT="Welcome Banner" BORDER="0"
>
</CENTER>
<FONT FACE="comic sans MS">
<P><B>Since you've made it this far, I'm going to assume
that you now have a completely blank text file named index.html. There are a few things that
every HTML file has to have in order for it to appear like the page that you're looking at now.
:-) The basic code for this page appears just below this paragraph. Take a look at how it's
set up, and follow the links for each piece of code that you would like to know more about.
Each link goes to its own page, where you can see the reasons that it is used.
</B></P>
<CENTER>
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
<TR>
<TD ALIGN="BASELINE">
<A HREF="index.html">
<IMG SRC="graphics/yrosehome.jpg" HEIGHT="60" WIDTH="150" ALT="Go home" BORDER="0">
</A>
</TD></TR>
<TD ALIGN="BASELINE">
<A HREF="mailto:srousseau@geocities.com">
<IMG SRC="graphics/yrosemail.jpg" HEIGHT="60" WIDTH="150" ALT="Send me Email" BORDER="0">
</A>
</TD></TR>
<TD ALIGN="BASELINE">
<A HREF="hangel1.html">
<IMG SRC="graphics/yroseback.jpg" HEIGHT="60" WIDTH="150" ALT="Go back to the previous page" BORDER="0">
</A>
</TD></TR>
<TR> <TD></TD>
<TD ALIGN="CENTER">
<IMG SRC="graphics/yrosegbs.jpg" HEIGHT="60" WIDTH="150" BORDER="0" ALT="Graphics by Suzanne">
</TD>
</TR>
</TABLE>
</CENTER>
<BR>
<BR>
<BR>
<BR>
</TD>
</TR>
</FONT>
</TABLE>
</BODY>
</HTML>
|