DLiteracy.org Learning Digitally
                                                   home example news

Directions: Create a digital resume portfolio homepage that highlights your best work, your performances and activities, your awards and recognitions, and your professional progress and growth.
  1. Create a portfolio home page.

  2. Name the file index.html.

  3. Save the file in your personal folder. This will be the only file not inside of a folder.

  4. Create a table that is divided into two columns. Use a 660 table width. Your first td will be width or 540 and your second td will be a width of 120.

  5. Your second td will be your menu bar and will link to all of the sub-directories in your portfolio.

  6. Linked pages will be stored in organized folders called typing, journals, la_essays, graphics, and so on.

  7. The main title for this home page should be Your Name's Portfolio.

  8. Update and maintain your portfolio on a regular basis.

  9. Include additional folders for your other subject areas such as science, la, ss, math, and electives.



Example

<html>
<body>

<center>
<table width=660 border=1>

<tr>

<td width=540 valign=top>
expository essay will go in the left column of the table.
</td>

<td width=120 valign=top>
Links will go in the right column of the table.
</td>

</tr>

</table>
</center>

</body>
</html>







Back
Copyright © 2004