UNCW HomeUNCW HomeBreaking News! Click here for details.
 CSC 110 - Fluency with Information Technology - Fall 2008

Announcement: August 29, 2008

Out-of-Class Assignment 1

Due by: 11:59pm, Sunday, September 7.

Send the .htm file and any images you use as attachments to guinnc@uncw.edu.

Your assignment is to create a web page that looks similar to the two images below.   In order to do this, your HTML file will have to use the following tags:

<title> .... </title>                    to change the title to <your name goess here>'s CSC 110 Assignment 1

<body bgcolor="teal">                  to change the background color of the screen.

<h1> ... </h1>                                to create a large header.

<img src="filename.jpg">             to load an image.

<h2> ... </h2>                          to create a smaller header.

<ul> <li> ... </li>... </ul>    to create a bulleted list

<a href="link"> Click </a>        to create a hyperlink

<font color="red"> Hi! </font>      to create different colored text

<hr>                                                  to create horizontal lines

<p align="center"> ... </p>   to center a paragraph.

<table>  .... </table>                to create a table.  See pp. 110-114.