Projects

Software

Directions

Due Date

Exercise #1
Hand Coding in html
Text Edit In the macserv4/NeoProd webshare folder, open to 1_handcode. You will find an images folder and copy (famous graphic designers.doc) that you will use for this exercise. You will need to build a total of 7 linking pages by hand coding in html. Use the following html tags.

In additional to using the pictures provided for each designer, you will need to conduct an internet search for an example of each designer's work. Each page will consist of the designers copy information, portrait provided and an example of work that you have found. Experiment with the code by changing it and previewing it frequently.

<html> </html>

<head> </head>

<body> </body>

<title> </title>

<body bgcolor> </body>

<font face> </font>

<p> </p>

<br>

<img src="images/fish.jpg">

<a href="page1.html">Go to Page One </a>

<strong> </strong>

<font size =1>hi there</font>

<font color="#ff0000"> Making the text color red</font>

<b> </b>

<i> </i>

Size Reference

Html reference: www.computerhope.com

9-5
Exercise #2
Calendar Table
Text Edit In the macserv4/NeoProd webshare folder, open to 2_calendar. We will be building a custom calendar in Text Edit, then opening up our .html file in Dreamweaver 8 to customize and examine the code.

Demo of Table tags:

<table width="000" border="0" cellspacing="0" cellpadding="0">
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>

9-5

Exercise #3Editorial Layout

Text Edit

On the class webshare, in the folder 3_editorial. You will recreate (Using Dreamweaver) the table layout from the image "Design_layout.jpg. All the copy and images are included in the folder to mimic the design.

9-5