Archive for the ‘Cascading Style Sheets 101’ Category
Cascading Style Sheets Day 3 – Fonts
Cascading Style Sheets 101 Day 2 – Use CSS in Documents
Syllabus
Day 2
- Inline Styles
- The <span> and<div> Tags
- Styles for One Document
- External Style Sheets
Cascading Style Sheets 101: Day 1 – What is CSS?
Hello and welcome to CSS 101, a five day course on Cascading Style Sheets or CSS.
After successfully completing this course on CSS you will know how to create a style sheet and add it to your XHTML documents.
This course will cover many aspects of CSS, such as:
- font properties
- background properties
- text properties
- box properties
- CSS positioning
In this lesson, you will learn about the basics of Cascading Style Sheets. From what they are, to basic syntax, to an explanation of cascading, and more.
Syllabus
Day 1
- What is CSS
- CSS Syntax
- Placing CSS in a Document
- An Explanation of Cascading
- Your First Style Sheet