The Sample HTML Page.
The following HTML will generate this page
<HTML>
<head>
<title>YOUR TITLE APPEARS HERE </title>
</head>
<body background="None" bgcolor="darkblue" leftmargin="0" topmargin="0" link="white" vlink="orange">
<table width="500" border=0 bordercolor="blue" cellpadding="0" cellspacing="0" bgcolor="yellow">
<tr>
<td valign=top align=left bgcolor="gold" width=20%>
Column 1, Row 1
</td>
<td valign=top align=left bgcolor="purple" width=20%>
Column 2, Row 1
</td>
</tr>
<tr>
<td valign=top align=left bgcolor="darkgreen" width=20%>
Column 1 Row 2
</td>
<td valign=top align=left bgcolor="lightblue" width=20%>
Column 2 Row 2
</td>
</tr>
</table>
<font color="white" size=3 face="verdana">
White Text, Size 3, Verdana
<b>Bold Text </b>
<BR><BR>
<i>Italic Text </i>
<BR><BR>
<u>Underlined Text </u>
<BR><BR>
</font>
<BR><BR>
<center>
<img src="apicture.jpg" border=1 alt="There is in fact no picture named APicture.jpg, Instead This Alternative Text is displayed." width=400 height=400>
<BR><BR>
<A href="http://ianmacallen.com" target="new_window">ianmacallen.com</A>
</center>
<A href="mailto:webmaster@yoururl.com">webmaster@yoururl.com</A>
</html>
|
|