SOURCE FILE: webPagePattern.html


<HTML>

<HEAD><TITLE>
type your home page title here - It will appear in small font above the web page
</TITLE></HEAD>

<!-- You can change the color code below to what you want. -->
<BODY BGCOLOR=#C0A172>

<H1><CENTER><FONT SIZE=7>
Type Your Home Page Headline Here
</FONT></CENTER></H1>

<IMG SRC="./Rocky_the_flying_squirrel.jpg" HEIGHT=100 WIDTH=100><BR><BR>

<FIGURE>
    <IMG SRC='./alfred-e-newman.gif' ALT='Cartoon Image' HEIGHT=100 WIDTH=100>
    <FIGCAPTION>Alfred E. Newman</FIGCAPTION>
</FIGURE><BR>

<A HREF="here put a URL you want to load if there is a click on the image">
      <IMG ALIGN=TOP SRC="./Sherlock-Holmes.jpg"
      width=100 height=100 border=0 alt="Image of Sherlock Holmes"></A><BR>

<table cellspacing=5 cellpadding=1 border=1 >
  <br><br><br>
  <tr>
        <th> EXAMPLE HTML TABLE
        </th>
  </tr>
<tr>
        <th> <FIGURE><IMG SRC="./June_Foray.jpg" HEIGHT=125 WIDTH=125><BR><BR>
             <FIGCAPTION>June Foray</FIGCAPTION>
             </FIGURE>
        </th>
        <th> <FIGURE>
             <IMG SRC="./Rocky_the_flying_squirrel.jpg" HEIGHT=125 WIDTH=125><BR><BR>
             <FIGCAPTION>Rocky the Flying Squirrel, voiced by June Foray</FIGCAPTION>
             </FIGURE>
        </th>
  </tr>
  <tr>
        <th> June is still working, at age 99.
        </th>
        <th> The Rocky character was created by Alex Anderson and Jay Ward.
        </th>
  </tr>
</table>


<H2>
The Place Where I Work/Go to school (This is a headline - modify what it says
appropriately.  You can use H1 for larger font, and  H3 for a smaller font)
</H2>

Modify this as is appropriate: I work/go to school at 
<A HREF="here you type the URL for the web page of your workplace or school">
here put the name of the place where you work or go to school</A>.

<H2>Hobbies (Example of a bulleted list)</H2>

<UL>
<L1>description of hobby #1 goes here<BR>
<L1>description of hobby #2 goes here<BR>
<L1>description of hobby #3 goes here<BR>
<L1>description of hobby #4 goes here
</UL>

<H2>My List of Links (Example of a bulleted list containing links) </H2>

<UL>
<L1><A HREF="URL of site #1 goes here">Your description
of what is at site #1 goes here</A><BR>

<L1><A HREF="URL of site #2 goes here">Your description
of what is at site #2 goes here</A><BR>

<L1><A HREF="URL of site #3 goes here">Your description
of what is at site #3 goes here</A>
</UL>

Here put your message telling people to send you e-mail if they
want to get in touch with you.

<A HREF=mailto:here put your full e-mail address>here put your
full e-mail address again </A>

<BR><BR>

</BODY>
</HTML>