Susan G's Web Page

Title of the Web Page

Navibar

Sequoia High School

Title of This Section

This is the text that will appear in the body of the page. This is the text that will appear in the body of the page. This is the text that will appear in the body of the page. This is the text that will appear in the body of the page. This is the text that will appear in the body of the page.
 

Code for the above table:

<html>
<head>
<title>Susan G's Web Page</title>
<meta name="author" content="Susan G.">
<!--Susan G's Web Page-->
</head>

<body>
<!--Table that provides structure for the page-->
<table border="1" width="580">
    <!--Heading Section-->
    <tr bgcolor="lavender">
         <td colspan="2">
          <center><h1>Title of the Web Page</h1></center>
         </td>
    </tr>

    <!--Navibar and Main Sections-->
    <tr>
         <td bgcolor="#ccffff" width="30%" valign="top">
          <h3>Navibar</h3>
          <a href="http://www.sequoiahs.org">Sequoia High School</a>
         </td>

         <td bgcolor="#ccffcc" width="70%">
          <center><h2>Title of This Section</h2></center>
          This is the text that will appear in the body of the page.
          This is the text that will appear in the body of the page.
          This is the text that will appear in the body of the page.
          This is the text that will appear in the body of the page.
          This is the text that will appear in the body of the page.
         </td>
    </tr>
</table>
</body>
</html>
 

Back to the Week 7 Schedule