SlideShare a Scribd company logo
Welcome to CSS!
CSS stands for Cascading Style Sheets.
- Cascading refers to the way CSS applies one style on top of
another.
- Style Sheets control the look and feel of web documents.
CSS and HTML work hand in hand:
- HTML sorts out the page structure.
- CSS defines how HTML elements are displayed.CSS allows
you to apply specific styles to specific HTML elements.
The main benefit of CSS is that it allows you to
separate style from content.
Using just HTML, all the styles and formatting are in the same
place, which becomes rather difficult to maintain as the page
grows.
css

More Related Content

PDF
The Dark Arts of CSS
PPTX
Introduction to CSS
PPTX
PPTX
CSS introduction
PPTX
Cashcading stylesheets
PPSX
Less - an Introduction
PPTX
Web Design Course - Lecture 7 - Basic Css
PPTX
Web designing training in chandigarh
The Dark Arts of CSS
Introduction to CSS
CSS introduction
Cashcading stylesheets
Less - an Introduction
Web Design Course - Lecture 7 - Basic Css
Web designing training in chandigarh

What's hot (19)

PPTX
Welcome to css!
PDF
cascadingstylesheets
PPT
Css class-01
PPT
Cascading Style Sheets
PPTX
Introduction to CSS
PPTX
Css external style sheet
PDF
CSS Introduction
PPTX
Intro to css
PPTX
Make your CSS beautiful again
PPTX
Languages for web(HTML,CSS,JS)
PPTX
Introduction to Web Development - CSS
PPTX
Css3 Presetation
PPTX
Styling your projects! leveraging css and r sass in r projects
PPT
css_trends
PPTX
Introducing the style tag 2830
PPTX
CSS 3, Style and Beyond
PPTX
Teaching presentation
PPTX
Introduction to PrintCSS.live
Welcome to css!
cascadingstylesheets
Css class-01
Cascading Style Sheets
Introduction to CSS
Css external style sheet
CSS Introduction
Intro to css
Make your CSS beautiful again
Languages for web(HTML,CSS,JS)
Introduction to Web Development - CSS
Css3 Presetation
Styling your projects! leveraging css and r sass in r projects
css_trends
Introducing the style tag 2830
CSS 3, Style and Beyond
Teaching presentation
Introduction to PrintCSS.live
Ad

More from sidneyodingo (20)

PPTX
html 5
PPTX
html 5
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Welcome to css!
PPTX
Object properties
PPTX
Objects
PPTX
Multiple parameters
PPTX
Functions parameters
html 5
html 5
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Welcome to css!
Object properties
Objects
Multiple parameters
Functions parameters
Ad

Recently uploaded (20)

PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Computing-Curriculum for Schools in Ghana
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
01-Introduction-to-Information-Management.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
Chinmaya Tiranga quiz Grand Finale.pdf
Cell Structure & Organelles in detailed.
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Computing-Curriculum for Schools in Ghana
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Anesthesia in Laparoscopic Surgery in India
O5-L3 Freight Transport Ops (International) V1.pdf
Cell Types and Its function , kingdom of life
Pharmacology of Heart Failure /Pharmacotherapy of CHF
01-Introduction-to-Information-Management.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf

Welcome to css!

  • 1. Welcome to CSS! CSS stands for Cascading Style Sheets. - Cascading refers to the way CSS applies one style on top of another. - Style Sheets control the look and feel of web documents. CSS and HTML work hand in hand: - HTML sorts out the page structure. - CSS defines how HTML elements are displayed.CSS allows you to apply specific styles to specific HTML elements. The main benefit of CSS is that it allows you to separate style from content. Using just HTML, all the styles and formatting are in the same place, which becomes rather difficult to maintain as the page grows. css