HTML代码
这是全部的HTML代码。如果你还不大熟悉,看一看<!---->里面的注释。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<!-- Begin head here -->
<HEAD>
<!-- Page title goes in the head section -->
<TITLE>Archaeology Tours</TITLE>
</HEAD>
<!-- Body begins here and contains entire page contents -->
<BODY BACKGROUND="/images/image1.jpg" TEXT="Green">
<!-- First paragraph, with a link -->
<P>This page was created with <B>HomeSite</B>, which you can find at
<A HREF="http://www.allaire.com">Allaire's Web site</A>.</P>
<!-- Aligning the image to the "right" causes text to
flow around it -->
<IMG SRC="images/greekcolumn.gif " ALIGN="RIGHT" HEIGHT="187" WIDTH="111">
<!-- Heading 1 here -->
<H1>Archaeology Tours</H1>
<!-- Line breaks and horizontal rule appear before
next paragraph -->
<BR>
<BR>
<HR ALIGN="CENTER" WIDTH="80%" COLOR="Black" NOSHADE>
<P ALIGN="CENTER"><FONT FACE="Arial" SIZE="+3" COLOR="Red">
Travel back in time!</FONT>
</P>
<!-- Begin table for the layout of the rest of the
page contents -->
<TABLE CELLSPACING="0" CELLPADDING="3" BORDER="1">
<!-- Begin first row -->
<TR>
<!-- The first cell spans 3 rows -->
<TD ROWSPAN="3">
<!-- Begin left-hand table cell contents -->
<P><FONT SIZE="+2"><B>Welcome</B></FONT> to Archaeology Tours,
the first choice of travelers and adventurers. Our
<B>Mediterranean Cruise</B> features luxury accommodations,
with stops in the following ancient cities:</P>
<!-- Begin unordered list -->
<UL>
<LI>Crete
<LI>Istanbul
<LI>Alexandria
</UL>
<P>Follow our guides back in time as you cruise the beautiful
waters of antiquity and visit important archeological digs.
</P>
</TD>
<!-- Begin top right cell data -->
<TD ALIGN="CENTER" VALIGN="TOP" BGCOLOR="Yellow">
<B><A HREF="gallery.html">Online Photo Gallery</A></B>
</TD>
</TR>
<!-- Begin second row -->
<TR>
<TD ALIGN="CENTER" VALIGN="TOP" BGCOLOR="Aqua">
<B><A HREF="tickets.html">Purchase Cruise Tickets</A></B>
</TD>
</TR>
<!-- Begin third row -->
<TR>
<TD ALIGN="CENTER" VALIGN="TOP" BGCOLOR="Silver">
<B><A HREF="map.html">Interactive Tour Map</A></B>
</TD>
</TR>
</TABLE>
<!-- Page contents end here -->
</BODY>
</HTML>