1.introduction To CSS PDF
1.introduction To CSS PDF
Agenda
Introduction to CSS
CSS
Introduction to CSS
1 © 2013 WIPRSOenLTsDitiv|ityW:WInWte.WrnIPaRl&OR.CeOsMtric|tCeOdNFIDENTIAL Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 2
Objеctivеs
In this module, you will
Introduction to • Get introduced toCSS
Cascading Style • Understand the advantages of using CSS
Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 3 Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 4
1
16-Jul-19
Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 5 Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 6
CSS extends HTML with more than 70 style properties that can be applied to HTML tags It is the first edition of Cascading Style Sheets
Offered enhanced features for implementing margins, borders, padding and positioning
Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 7 Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 8
2
16-Jul-19
CSS 2 CSS 3
Published in 1998
CSS 3 is the latest edition of CascadingStyle Sheets
Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 9 Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 10
Formatting these HTML Pages will be a laborious process, as formatting elements Example :
need to be applied to each and every page.
Property
CSS saves lot of work as we can change the appearance and layout of all the web
pages by editing just one single CSS file. h1 {color:red }
Value
Selector Declaration
Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 11 Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 12
3
16-Jul-19
Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 15 Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 16
4
16-Jul-19
Quiz Summary
1. Which of the following is the correct syntax for comments in CSS ? In this module you were able to :
a) <!- css syntax --> • Get introduced toCSS
b) // css syntax
• Understand the advantages of using CSS
c) !- css syntax
d) /* css syntax */ • Explore different versions of CSS
Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 17 Sensitivity: Internal & Restricted © 2017 Wipro wipro.com confidential 18
Thank You