Lab 5
In this Lab we will learn how to use Cascading Style Sheets a.k.a CSS.
CSS are a way to style HTML.
Whereas the HTML is just the content and the style sheet is the presentation of that
document.
-
Check In
-
Part 1: Download (right click and save them in your local space) the following two files.
We will use these files during lecture:
1)Html file
2)CSS file
-
Part 2: CSS Tutorial
-
Part 3:This lab's exercise is to make a web page that uses CSS. This web page should use
CSS formating examples for
- Background Color
- Text: font size, font color, font family, alignment, text-decoration (e.g line through)
- Headers: color, background color
- List Bulleting
- Link Colors
- Same tag diferrent way to use it (CSS classes)
-
Additional Resourses and Tutorials for CSS:
1)Tutorial 1
2)Tutorial 2
-
Don't Forget to Check Out!