Table within a table
This is a table that has a table enclosed in the table data tags.
<html>
<head>
<title> Table with two cells</title>
</head>
<body>
<table border="1">
<tr>
<td> <table border="1">
<tr>
<td>mypicture.jpg</td>
<td> <h1>BAC110</h1> <br>
<h1>Your Name</h1>
</td>
</tr>
</table> </td>
</tr>
<tr>
<td>
<table border="1">
<tr>
<td>mypicture.jpg</td>
<td>
<a href="hobbies.html">My Hobbies</a > <br>
<a href="family.html">My family</a> <br>
<a href="http://www.msn.com">Msn</a > <br>
<a href="http://www.google.com">Google</a > <br>
<a href="http://www.download.com">Download.com</a > <br>
</td>
<td> paragraph about yourself or family or hobby< /td>
</tr>
</table> </td>
</td>
</tr>
</table>
</body>
</html>
|
What this page explains is basically what you web presentation should look like.
This is the page without a background
This is the page with a background and a table for the menu