intro to css

PPT 13 pages 686.5 KB Free download

Page preview (5 pages)

Scroll down 👇
1 / 13
intro to css intro to css iat100 spring 2008 intro to css covered in this lesson: overview what is css? why to use css? css for skinning your website structure css syntax introduction three places css can be defined css syntax specifics cascading inheritance applied css hands-on what is css? cascading style sheet stylesheet language standards-based set of properties and attributes to define styles to describe the presentation a document written in a ‘markup language’ like html or xml markup encoding: my paragraph here. defines the style of how things in tags appear. font, color, size, margins, etc. cascading rules to determine how to apply markup that contains other markup why css? separate content from form content is the text and images, marked up to define regions of specific types form defines the “style” for the content my first header my information 1 goes here. my second header different information …
2 / 13
anging the look of a page or your site selecting an appearance by choosing which stylesheet to use. my information 1 goes here skin1.css .info { background-color: blue; font-family: serif; font-color: white; } some information goes here. + = css syntax 3 elements to a css statement selector what html sections does it affect? property what attribute of that html section will be affected? value what change will be made to that attribute? three css definition locations inline: the “style” attribute note, the selector for inline css is the tag which contains the style attribute. internal: the markup tag external: the .css stylesheet file content p { background-color: red; font-family: serif; font-color: white; } content css syntax: selectors there are many kinds of selectors and many ways to reference them: type, class, id, pseudo, etc. html type tag – selected with the tag type the class attribute – precede the …
3 / 13
intro to css - Page 3
4 / 13
intro to css - Page 4
5 / 13
intro to css - Page 5

Want to read more?

Download all 13 pages for free via Telegram.

Download full file

About "intro to css"

intro to css intro to css iat100 spring 2008 intro to css covered in this lesson: overview what is css? why to use css? css for skinning your website structure css syntax introduction three places css can be defined css syntax specifics cascading inheritance applied css hands-on what is css? cascading style sheet stylesheet language standards-based set of properties and attributes to define styles to describe the presentation a document written in a ‘markup language’ like html or xml markup encoding: my paragraph here. defines the style of how things in tags appear. font, color, size, margins, etc. cascading rules to determine how to apply markup that contains other markup why css? separate content from form content is the text …

This file contains 13 pages in PPT format (686.5 KB). To download "intro to css", click the Telegram button on the left.

Tags: intro to css PPT 13 pages Free download Telegram