Lab 4 Updated
Lab 4 Updated
LAB 4 – CSS
At the end of this lab, students should be able to:
• At the end of this lab, students should be able to:
• Design a web page by incorporating proper Cascading Style Sheet (CSS)
property and values.
• Use different variations of CSS such as External, Internal/Embedded and
Inline.
Question 1
Write the Internal CSS & HTML codes for the following web page design.
Guides
Heading level 1.
Heading level 2.
DWP5431 INTERNET AND WEB PUBLISHING LAB 4
Question 2
Write the External CSS & HTML codes for the following web page design.
Guides
Span
o The normal price has a line through it and not italic. Use id selector.
o The special price is red, underlined and not italic. Use id selector.
Heading level 1.
Heading level 4
Create 4 <span>
DWP5431 INTERNET AND WEB PUBLISHING LAB 4
Question 3
Write the Inline CSS codes for the following web page design. The HTML codes are
already given.
Guides