Let's make a 5 page website!

just using a text editor, paint program, and browser!

<!-- comment(hidden): index/home file-->
<html>
<head>
<title>browser tab title</title>
</head>
<body bgcolor="#ffff00" background="">
<a href="index.html"><img src="home.png"></a>
<a href="friends.html"><img src="friends.png"></a>
<a href="pics.html"><img src="pics.png"></a>
<a href="links.html"><img src="links.png"></a>
<a href="quotes.html"><img src="quotes.png"></a>
<br>
<font size="+2" color="#00ff00">Page title</font>
<br>
<img src="logo.png">
<br>
Words  about me here...
<br>
</body>
</html>

Notice the patterns in the code!

Time to make the other 4 pages!

Let's add features to the other pages!

friends.html

<table border="1">
<tr>
<td><a href="image1.png" target="new"><img src="image1.png" width="200"></a></td>
<td><a href="image2.png" target="new"><img src="image2.png" width="200"></a></td>
<td><a href="image3.png" target="new"><img src="image3.png" width="200"></a></td>
</tr>
<tr>
<td>Name 1</td>
<td>Name 2</td>
<td>Name 3</td>
</tr>
</table>

pics.html

<table border="0">
<tr>
<td><img src="gif1.gif" width="200" alt="description" title="description"></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td><img src="gif2.gif" width="200" alt="description" title="description"></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="gif3.gif" width="200" alt="description" title="description"></td>
</tr>
</table>

links.html

<a href="http://www.imdb.com/" target="new"><img src="link1.jpg"></a><br>
So you wanna know about any movie? <br>
<br>
<a href="http://www.rottentomatoes.com/" target="new"><img src="link2.jpg"></a><br>
Will the movie suck? <br>
<br>
<a href="http://www.facebook.com/" target="new"><img src="link3.jpg"></a><br>
Yup. I'm on Facebook. <br>

quotes.html

LASTLY, GO BACK on each page and experiment with these tags

SHOW THE TEACHER
OR
Drag Folder into your Google Drive and get a SHARE LINK for Schoology