Introduction To CSS
Introduction To CSS
to CSS
PW SKILLS
Topic
● What is CSS
● CSS version
● Comments in CSS
PW SKILLS
What is CSS
CSS, which stands for Cascading Style Sheets, is the language used to style an HTML file or
source document.
● Style sheet - A set of rules that specify the presentation of a document.
● Source document - The document to which one or more style sheets apply. A source
document’s structure are written using document languages (e.g, HTML, XHTML, or SVG)
PW SKILLS
Brief History of CSS
CSS CSS 2
1996 1999
1994 1998
CSS 1 CSS 3
PW SKILLS
Anatomy structure of CSS
Tells how to define a CSS rule.
PW SKILLS
Comments in CSS
Comments in CSS can be of two types,
● Single Comment
● Multiple line Comment
** Multiple
lines
comment
*/
div {
color: red
}
PW SKILLS
THANK YOU
PW SKILLS