Computer Science Question – Description
Purpose: You are going to learn how to create an HTML document from scratch, as well as a
1990s-era site navigation (image/table), as well as style an HTML document using CSS.
Requirements: To complete this project you will write and submit a zip-file named lab1.zip.
Inside this zip-file should be the following…
8 image files named lab1_1.jpg, lab1_2.jpg, lab1_3.jpg, lab1_4.jpg,
lab1_5.jpg, lab1_6.jpg, lab1_7.jpg, and lab1_8.jpg
A file named lab1.html
A file named lab1A.html
A file named lab1A.css
All files except the image files will be created as ASCII files (i.e. plain text document with a
.html or .css extension). You may create them with any text editor
(notepad/wordpad/sublime/TextEdit) but you must ensure that they are text files (for example, in
TextEdit you must use Format->Make Plain Text). In other words, they should not contain
anything except ASCII characters (including HTML tags and content). VSCode will work for this
assignment.
DO NOT USE A WYSIWYG HTML EDITOR FOR THIS ASSIGNMENT! (Any evidence of using
an editor such as any product like Adobe Dreamweaver, Webflow, Google Web Designer,
Microsoft Expression Web, or TinyMCE to create this document will result in a score of 0 on Lab
Do not use Bootstrap for this assignment, even if you have used it before.
Do not use any JavaScript for this assignment.
The post Computer Science Question first appeared on .