CSCI 351: Internet Programming
Week 6: Working with Cascading Style Sheets
Mon, Jul 6 - Sun, Jul 12, 2026
Activity
- Read Tutorial 7 in the textbook. Give a particular attention to the sections mentioned in the Course Outline
- Browse through the Internet materials (see below).
- Check the online examples (see below).
- Submit your assignment work on Canvas.
Objectives
- Create inline styles, embedded styles, and style sheets
- Use cascading style sheets to format paragraphs, lists, and headings
- Design a style for hypertext links in their four conditions
- Define document content with the class and id attributes and create styles for them
- Mark document content with the <div> and <span> tags and create styles for them
- Use cascading style sheets to design page layout
Internet resources
Warning: This page contains links to external Web sites. Some of them might be temporarily or permanently off.
- Cascading Style Sheets, level 1
- Cascading Style Sheets, level 2
- CSS Validator
- CSS Tutorial
- Complete CSS guide
- CSS links from WDG
- QuirksMode
- CSS position property