What will you learn today?Id
Class
Box modelclassCSSClass is specified by including a period (.) before the selector name.
Classesare useful to apply similar declarations         to a variety of elements.
classCSS.className{ property: value}SYNTAX:.myStyle{ color: #99FF00;}<p class=“myStyle”> Some text here</p><h3 class=“myStyle:>Heading 3</h3>
idCSSId is specified by including a number sign(#) before the selector name.
Id selector can be called only once in a document.
Id can be called by Javascript’sgetElementById function.idCSS#idName{ property: value}SYNTAX:#box1{ background-color:#CCDDFF}<div id =“box1”> Some text here</div

More Related Content

PPTX
presentation in html,css,javascript
PPTX
CSS Language
PPTX
Languages for web(HTML,CSS,JS)
KEY
Lecture2
PPTX
Css box-model
PPTX
PDF
PPTX
Cascading style sheet
presentation in html,css,javascript
CSS Language
Languages for web(HTML,CSS,JS)
Lecture2
Css box-model
Cascading style sheet

Viewers also liked (6)

PPTX
Green Class-2011
PPTX
Applications of the vertex formula edit
PPTX
Applications of the vertex formula
PPTX
Applications of the vertex formula edit
PPTX
Intercepting Filters Design Pattern
PPTX
Understanding Web Cache
Green Class-2011
Applications of the vertex formula edit
Applications of the vertex formula
Applications of the vertex formula edit
Intercepting Filters Design Pattern
Understanding Web Cache
Ad

Similar to Class andid (20)

PDF
CSS Foundations, pt 2
PPT
CSS, CSS Selectors, CSS Box Model
PPTX
Css ppt
PPT
CSS Basics
PPT
CSS for basic learner
PPT
Basic css
PDF
8--CSS-Classes-and-IDs.pdf for second to college
PPTX
Id and class selector
PPTX
UNIT 3WOP fgfufhbuiibpvihbvpihivbhibvipuuvbiuvboi
PPTX
Web programming css
PPT
Basics Of Css And Some Common Mistakes
PPTX
Html,Css,Js INTERNSHIP REPORT By SELF pptx
PPTX
PPTX
Web topic 15 1 basic css layout
PDF
CascadingStyleSheets in ONESHOT By DeathCodeYT .pdf
PPTX
What is css
PPTX
Module 2 CSS . cascading style sheet and its uses
PDF
CSS.pdf
PPT
Unit 2-CSS & Bootstrap.ppt
CSS Foundations, pt 2
CSS, CSS Selectors, CSS Box Model
Css ppt
CSS Basics
CSS for basic learner
Basic css
8--CSS-Classes-and-IDs.pdf for second to college
Id and class selector
UNIT 3WOP fgfufhbuiibpvihbvpihivbhibvipuuvbiuvboi
Web programming css
Basics Of Css And Some Common Mistakes
Html,Css,Js INTERNSHIP REPORT By SELF pptx
Web topic 15 1 basic css layout
CascadingStyleSheets in ONESHOT By DeathCodeYT .pdf
What is css
Module 2 CSS . cascading style sheet and its uses
CSS.pdf
Unit 2-CSS & Bootstrap.ppt
Ad

Class andid