Note!
Submit your assignment to the Dropbox located on the silver tab at the top of this page.
(See the Syllabus section Due Dates for Assignments & Exams for due dates.)
This iLab supports the following TCOs.
TCO 3—Given an original source document, convert the document to a web page using HTML and CSS.
TCO 4—Given an older website that requires updating, review the techniques used to create the current site, develop a plan to revise the site using CSS layout techniques, client-side scripts, and other current website design techniques, and convert the web pages based on the plan.
Scenario
Create an index.html file and create an external CSS file based on the specifications given in the assignment.
Part | Deliverable | Points |
A | Create HTML and CSS files (style.css) | 3 |
B | Internal (embedded) CSS | 22 |
C | Tag Selector CSS | 22 |
D | Class CSS (index.html with attached external CSS sheet) | 23 |
Total | 70 |
Access the software at https://devrydesktop.rkon.com.
Steps: All
Download the lab3Content.docx document found in Doc Sharing.
Note: If your styles.css file does not show when needed in the remaining steps, then click on the attach stylesheet icon, select browse, locate the styles.css file, and then click OK. (The styles.css will automatically be linked to the index.html file in the head section of the code.)
Background color for the body | A light tan: #FC6 |
Font color for all text in the body | A dark blue: #039 |
Font for all text in the body | Comic Sans MS |
Font size for all the text in the body | Body: 14 points |
Link color for all links | Dark red: #CC0000 |
Visited link color for all links | Dark red: #CC0000 |
Rollover link color for all links | Dark green: #060 |
Active link color for all links | Dark red: #CC0000 |
No link should be underlined for all links | Never underline |
H2 | Text color: #333, bold |
H3 | Background color: #39f Border on the bottom with the following rules
Centered text |
p | Font: Georgia Text color: #030 Padding of 15 pixels on all sides |
li | Font family: Arial Background color: gray Text color:black, bold Text size: 18 points |
Navtable: This class will be applied to a navigation table. | Font family: Times Roman Background color: #0ff Text color: bold, center |
example1:This class will be applied to Example 1. | Background color: #699 Text color: #033, bold Text size: 10 points Margin on all sides: 25 pixels Padding on all sides: 25 pixels |
example2:This class will be applied to Example 2. | Background color: #66c Border on all sides with the following rules
Text size: 10 pixels |
header:This class will be applied to the heading IEBGENER STUDY GUIDE. | Font family: Arial Background color: #6ff Text color: 030 Text size: 36 points Margin on all sides: 50 pixels Padding on all sides: 50 pixels |