6th and 7th Grade
Objective: Scholars will be able to write the three basic tags of HTML
Warm-up: If you had your own website, what would it be about and why? Why would people want to come visit your website?
8th Grade
Objective: Scholars will be able to create a table layout in HTML.
Warm-up: Load up your webpage from yesterday. After you go to the webpage, open up a new tab or a new window and type until Mr. P gives further instructions. If you get a message that says Invalid Query, then copy this code below into a blank practicewriter document and save it:
<html>
<head></head>
<body bgcolor=”#333333″>
<center><table width=”800″ border=”0″ cellspacing=”5″ cellpadding=”5″>
<tr><td width=”800″ colspan=”2″ bgcolor=”#cccccc”>
<font face=”Arial” size=”10″ color=”#ccff00″>
Mr. Paoletta</font><br><br><br></
td>
</tr>
<td width=”250″ bgcolor=”#000000″ valign=”top”>
<font face=”Arial” size=”4″ color=”#FFFFFF”>Hello</font>
</td>
<td width=”550″ bgcolor=”#ffffff”>
<font face=”Arial” size=”4″ color=”#333333″>Hello</font>
<center>
<a href=”http://yahoo.com“>
<img src=”http://img2.travelblog.org/Photos/9285/56252/t/321900-The-Land-Cruiser-salted-from-top-to-tail-0.jpg” width=”300″></center></a>
<br><br><br><br>
</td></tr></table>
</body></html>