This is my source code to my index.htm file. You are welcome to copy this code for your index.htm file if you'd like. Or feel free to create your own. Please DO NOT place your source code on your page - this is for a grade.
SOURCE CODE:
<html>
<title>This is on the title bar...</title>
<body>
<table>
<tr>
<td valign="top">
<b>My Assignments</b><br>
<a href="Asgn01.asp">Asgn01</a><br>
<a href="Asgn02.asp">Asgn02</a><br>
<a href="Asgn03.asp">Asgn03</a><br>
<a href="Asgn04.asp">Asgn04</a><br>
<a href="Asgn05.asp">Asgn05</a><br>
<td valign="top"><br><br><br><br><br><br>
This is my first web page uploaded to the server...<p>
<img src="hacker.gif"><br><br>
<a href="viewsource.txt">View Source Code</a>
</table>
</body>
</html>