CSC 390 - Special Topics: Web Programming
Dr. R. M. Siegfried
Assignment #1 - A Basic Web Page
Due Monday, February 2, 2015
Create and test an HTML document that includes the following:
- A title
- At least 2 headings of different sizes
- At least one paragraph
- At least one list (that may be either ordered or unordered
- At least one aberrant font style (either boldface or italicized, but
DON'T
use <b> or <i>).
- At least one image
- At least two external links (or at least one external links and one
internal link to another XHTML document).
Make sure that all your links works, that the HTML is valid.
For extra credit, create an XHTL document instead of an HTML document and
validate it as well.
Submit your assignment by e-mail (to
siegfrie@adelphi.edu).
[Back to the Assignments List]