Computer Science 010
Introduction to Computer Applications
Fall 2010, Siena College
Agenda
Lecture Assignment 13
Due at the start of class, Wednesday, October 27.
No Blackboard submission this time. Just create the web page below.
Create a web page in your space on www.cs.siena.edu called index.html. This page will be the one displayed when you use your default URL:
http://www.cs.siena.edu/~jj35cool
without specifying a file.
On this page, include your name, a bit about yourself, and a paragraph telling about your home town and your favorite restaurant there. Use HTML headers (tags like <h2> and </h2>) to break the page into sections with headers like "About Me" and "My Hometown Restaurant":
<h2>About Me</h2> I am a professor in the Computer Science department at Siena College.
Note that <h1>, <h2>, <h3>, and <h4> are all header tags but they will be interpreted by the browser to display the headers as larger (for the smaller numbers) to smaller (for the larger numbers).
You can see Dr. Teresco's demo page for this assignment at:
http://www.cs.siena.edu/~jteresco/demo13.html
Links