0% found this document useful (0 votes)
19 views

Centre For Development of Advanced Technology L.L.C

This document provides an outline for a course on CSS for developers. It covers 11 topics including CSS quick start, using CSS, CSS syntax, formatting text and images, using color and backgrounds, creating borders, formatting links, and positioning. The topics progress from basic CSS usage to more advanced techniques like sprites, floats, layers and complex layouts. The goal is to teach developers how to style and position elements on web pages using Cascading Style Sheets.

Uploaded by

jijoanand
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

Centre For Development of Advanced Technology L.L.C

This document provides an outline for a course on CSS for developers. It covers 11 topics including CSS quick start, using CSS, CSS syntax, formatting text and images, using color and backgrounds, creating borders, formatting links, and positioning. The topics progress from basic CSS usage to more advanced techniques like sprites, floats, layers and complex layouts. The goal is to teach developers how to style and position elements on web pages using Cascading Style Sheets.

Uploaded by

jijoanand
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

- ... .

-----' ',=,',-- ,---


Centre For Development Of Advanced Technology L.L.C



Muscat Governorate, Muttrah, Wadi Kabir, PC:112, Sultanate Of Oman | Tel: 24782044 | Mob: 99453837 |
C.R# 1117941


CSS for Developers

1. CSS Quick Start
Exploring a simple document
Using an external style sheet
Creating your base styles
Examining a completely styled page

2. CSS Status
Understanding the three levels of CSS
Exploring the limitations of CSS
Browser support

3. Using CSS
Examining the three ways to apply style
Using the style attribute
Using the style tag
Using an external style sheet
Using the div tag to style block-level code
Using the span tag to style inline-level code

4. CSS Syntax
Understanding the parts of a style
Using comments and white space
Formatting statements
Selecting code with class selectors and ID selectors
Selecting behaviors with pseudo-selectors
Using descendant and attribute selectors
Understanding units and values
Understanding the content box model
Using the content box model with Internet Explorer

5. Formatting Text
Choosing fonts
Changing text size
Modifying font attributes
6. Formatting Images
Creating and formatting image borders
Wrapping text around images


- ... .-----' ',=,',-- ,---
Centre For Development Of Advanced Technology L.L.C



Muscat Governorate, Muttrah, Wadi Kabir, PC:112, Sultanate Of Oman | Tel: 24782044 | Mob: 99453837 |
C.R# 1117941


7. Using Color and Backgrounds
Using color properties and values
Using background color and images

8. Creating Borders
Using the border property
Modifying border styles
Using CSS level 3 border extensions

9. Formatting Links
Formatting links using pseudo-selectors
Using text decoration to show links
Formatting links with sprites and unordered lists

10. Positioning
Positioning content using absolute positioning
Understanding the position: Relative property
Positioning content using the float property
Using fixed positioning
Layering content by adjusting the z-index

11. Case Study
Touring the finished site
Creating the contact button
Creating the menu buttons
Creating the column layout
Exploring a more complex example of sprites

You might also like