Presentations:

Thursday October 20 Curran, Rantz

Tuesday October 25 Reifsnyder, Robinson

Tuesday, November 1 Rodia, Simpson

Thursday November 3 Snellings, Spencer

Tuesday November 8 Strawderman, Dizikes

Take-home Test 1

Tables:

To use a table arrangement in a Web page you use a format such as

<table>
<tr>
<td>this is the first cell in the first row</td>
<td>second cell in the first row</td>
<td> Third cell in that same row</td>
</tr>

<tr>
<td>this is the first cell in the second row</td>
<td>second cell in the second row</td>
<td> Third cell in that same row</td>
</tr>


this is the first cell in the first row second cell in the first row Third cell in that same row
this is the first cell in the second row second cell in the second row Third cell in that same row

You can also do this with Mozilla Composer. Rearrange the following into a table of the form

image 1 image 2 image 3
caption 1 caption 2 caption 3

 

image 4 caption 4
image 5 caption 5
image 6 caption 6

 

my favorite really red sepia horse

in the woods looking up looking down

Using tables in web pages.

Using Mozilla composer modify your portfolio page so that your labs and assignments are put into tables as follows

Labs:

Title Description URL
title of the Web page as a hyperlink, e.g., Lab1
description, e.g. A most excellent lab URL to the page as a hyperlink, e.g.,http://students.umw.edu/~me
     

Assignments:

Title Description URL

   
     

 

Your Web project

Using Mozilla Composer.

Two guides/tutorials:

Online help is available. Click on Help in the menu bar, select Help Contents, and then click on Creating Web Pages in the left navigation bar.

 


Creative Commons License
This work is licensed under a Creative Commons License.
Ernest Ackermann Department of Computer Science, Mary Washington College
CPSC 104 | CPSC 220

Bibliographic Information:
.