HTML
INT1800 Midterm Practical Exam
Important Information:
Points: 10
Deduction (-2 each): It's easy to miss code, check and (re)check before you upload/submit.
Instructions:
Download and extract the Midterm-Practical.zip file from Blackboard
Use the code from Midterm-Practical.zip as the exam code base [ Fail to use the code base results in a zero for the practical ]
Do not delete correct HTML code from the code base
Do not change "Line number" code, similar to the following code: <span style="font-style:normal;">Line 1 </span> <span style="font-style:normal;">Line 3 </span
The html document must be well-formed (meeting WC3 standards).
Correct the codes that do not conform to a well-formed HTML document, tag pair must balance properly. The closing tag must pair with its nearest opening tag. [ correct output does not mean correct structure ]
Example of not well-formed tag pair: <u>word<br /></u>
Line 1: Correct the color of "Hello World", using <font color=…> tag. The color is red. There is a blank line between line 2 and 3.
Line 2: Underline "Hello World" and do not italicize "Hello World". The color of "Hello World" is black.
Remove the blank line between Line 3 and Line 4.
The words: "Line 1", "Line 2", "Line 3" and "Line 4" must be in black ink.
Clicking the link, it should take visitors to PGCC web site.
The final page should look similar to the following image:
Submit:
Test, test, and test before you submit.
Change the file extension from .html (dot.html) to .txt (dot.txt)
Change the file name from Midterm-Practical.html to the following format: (your) FInitial_Lastname_Midterm.txt.
Upload the exam assignment folder