HCI 201 Multimedia and the World Wide Web
Fall 1999 - Section 703 - Kinds of Selectors
- Type Selector -- HTML tags
- <DIV> and <SPAN>
- <DEL> and <INS>
- Contextual Selectors
- Example:
LI EM { color: navy }
- Class and ID Attribute Selectors
- Class Selector
- Example:
H1.important { color: red }
- ID Selector
- Example:
P#36544 { color: green }
Week 10
Previous | Next
Course Home | Announcements | Class Roster | Schedule | Syllabus