SlideShare a Scribd company logo
Chapter 11:
USING CASCADING
STYLE SHEETS
REVIEW
   WHAT IS THE FULL CODE TO START A WEB
    PAGE./HTML DOCUMENTS?
   WHAT IS THE FULL CODE TO CHANGE THE
    BACKGROUND TO GREEN?
   WHAT IS THE HTML CODE TO USE IMAGE AS
    BACKGROUND?
   WHAT IS THE CODE TO START A PARAGRAPH
    AND INSERT A NEW LINE.
   HOW TO CHANGES THE FONT ATTRIBUTES.
   WHAT IS THE FULL CODE TO INSERT A TABLE?
   WHAT IS THE FULL CODE TO INSERT A VIDEO?
WHAT IS CSS?
   CSS stands for Cascading Style Sheets.
   It is a style language that specifies the
    layout of HTML documents.
   Many of the properties used in CSS are
    similar to those of HTML, thus basic
    experience with HTML is a pre-requisite.
   Using CSS allows you to separate the
    page’s contents from the page’s layout.
   CSS takes care of the layout while HTML
    handles the content’s structure.
CSS allows you to
 Save a lot of time- you can apply a set of
  styles to several parts of the web pages.
 Control the layout of many Web pages
  from one single style sheet only- you don’t
  need to go to entire pages just to change
  every code.
 Apply more advanced and sophisticated
  layout techniques.- CSS offers more
  formatting elements compared to standard
  HTML.
How do we write in CSS?
   The following is the basic syntax of CSS:

          Selector {property: value}

                       attribute
              HTML                 Value of
               tag                    the
                                   attribute




      Body {background-color: #FFCC00;}
APPLYING CSS TO AN HTML
DOCUMENT
 The 3 styles you can use to apply CSS are:
 1. in-line style
 2. internal style
 3. external style


   IN-LINE STYLE- is also called the attribute
    style because style attributes are placed
    within the HTML tag to be affected.
   You may use the in-line style if you need
    to apply a set of styles to only a single
    element in the web page. Otherwise, it
    forfeits the main purpose of CSS, which
    is to separate web content from layout
    or presentation.

   INTERNAL STYLE- is also called the tag
    style because CSS codes are placed
    within the <head></head> tag using the
    <style> tag.
   You may use the internal style if you
    need to apply a set of styles to the
    elements that are all found in a single
    web page. This is helpful if you want that
    the style will be exclusive for a single
    web page only.

   EXTERNAL STYLE- is a text file with
    .css extension. The HTML documents is
    linked to the style using an HTML code
    which is inserted in the header section
    of the HTML document.
 <html>
 <body style=“background-color: Dim gray;
  color: powder blue; font-size: 15pt; margin-
  left: 30px;”>

 <html>
 <head><title>Internal CSS style</title>
 <style type= “text/css”>
 Body{background: white url(“wallpaper.jpg”)
  no repeat fixed center;}
 <html>
 <head><title> External Style
  Sheet</title>
 <link rel= “stylesheet” type= “text/css
  href= “style.css”/>
 </head>
COMPUQUIZ
   The acronym CSS stands for?
   What is the main purpose of the CSS?
   CSS allows you to?
   What is the basic syntax of the CSS?
   What are the three styles of CSS?
   Which style is known as the attribute style?
   Which style is specified within the head
    tag?
   It is a text file with .css extension.
Ad

Recommended

Css1
Css1
Pulkit Tanwar
 
Web programming css
Web programming css
Uma mohan
 
Css introduction
Css introduction
AbhishekMondal42
 
Cascading style sheet (css)]
Cascading style sheet (css)]
9574395990
 
Html and css
Html and css
Samiksha Pun
 
HTML and CSS
HTML and CSS
Ketan Ghumatkar
 
CSS Basics - Stylesheets and Color
CSS Basics - Stylesheets and Color
Kelly Kellum
 
Styling of css
Styling of css
JayjZens
 
Web development using HTML and CSS
Web development using HTML and CSS
SiddhantSingh980217
 
Introduction to css
Introduction to css
Evolution Network
 
Styling text using css
Styling text using css
Daniel Francis
 
Casc Style Sheets Ii
Casc Style Sheets Ii
Digital Insights - Digital Marketing Agency
 
Css
Css
zayhard99
 
Introducing the style tag 2830
Introducing the style tag 2830
mdjstudios
 
Html & CSS
Html & CSS
JainilSampat
 
CSS
CSS
seedinteractive
 
N5 CSS
N5 CSS
Forrester High School
 
Html css
Html css
kanakaiah kedam
 
Week 12 CSS - Review from last week
Week 12 CSS - Review from last week
Katherine McCurdy-Lapierre, R.G.D.
 
html & css
html & css
umesh patil
 
CSS- Cascading Style Sheet
CSS- Cascading Style Sheet
Codewizacademy
 
Coding a Website with HTML
Coding a Website with HTML
wrhsbusiness
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup Language
Codewizacademy
 
The Dark Arts of CSS
The Dark Arts of CSS
SiddharthBorderwala
 
Introduction to web design discussing which languages is used for website des...
Introduction to web design discussing which languages is used for website des...
Aditya Dwivedi
 
Web designing training in chandigarh
Web designing training in chandigarh
Sheetal Sharma
 
Powerpoint
Powerpoint
Jesus Obenita Jr.
 
Designing web pages html videos
Designing web pages html videos
Jesus Obenita Jr.
 
Designing static pages using html formatting text
Designing static pages using html formatting text
Jesus Obenita Jr.
 
Javascript alert and confrim box
Javascript alert and confrim box
Jesus Obenita Jr.
 

More Related Content

What's hot (18)

Web development using HTML and CSS
Web development using HTML and CSS
SiddhantSingh980217
 
Introduction to css
Introduction to css
Evolution Network
 
Styling text using css
Styling text using css
Daniel Francis
 
Casc Style Sheets Ii
Casc Style Sheets Ii
Digital Insights - Digital Marketing Agency
 
Css
Css
zayhard99
 
Introducing the style tag 2830
Introducing the style tag 2830
mdjstudios
 
Html & CSS
Html & CSS
JainilSampat
 
CSS
CSS
seedinteractive
 
N5 CSS
N5 CSS
Forrester High School
 
Html css
Html css
kanakaiah kedam
 
Week 12 CSS - Review from last week
Week 12 CSS - Review from last week
Katherine McCurdy-Lapierre, R.G.D.
 
html & css
html & css
umesh patil
 
CSS- Cascading Style Sheet
CSS- Cascading Style Sheet
Codewizacademy
 
Coding a Website with HTML
Coding a Website with HTML
wrhsbusiness
 
HTML- Hyper Text Markup Language
HTML- Hyper Text Markup Language
Codewizacademy
 
The Dark Arts of CSS
The Dark Arts of CSS
SiddharthBorderwala
 
Introduction to web design discussing which languages is used for website des...
Introduction to web design discussing which languages is used for website des...
Aditya Dwivedi
 
Web designing training in chandigarh
Web designing training in chandigarh
Sheetal Sharma
 

Viewers also liked (7)

Powerpoint
Powerpoint
Jesus Obenita Jr.
 
Designing web pages html videos
Designing web pages html videos
Jesus Obenita Jr.
 
Designing static pages using html formatting text
Designing static pages using html formatting text
Jesus Obenita Jr.
 
Javascript alert and confrim box
Javascript alert and confrim box
Jesus Obenita Jr.
 
Css color and background properties
Css color and background properties
Jesus Obenita Jr.
 
Microsoft word
Microsoft word
Jesus Obenita Jr.
 
TLE - Mechanical Drafting (Teaching Guide)
TLE - Mechanical Drafting (Teaching Guide)
Markleen Guimbao
 
Designing web pages html videos
Designing web pages html videos
Jesus Obenita Jr.
 
Designing static pages using html formatting text
Designing static pages using html formatting text
Jesus Obenita Jr.
 
Javascript alert and confrim box
Javascript alert and confrim box
Jesus Obenita Jr.
 
Css color and background properties
Css color and background properties
Jesus Obenita Jr.
 
TLE - Mechanical Drafting (Teaching Guide)
TLE - Mechanical Drafting (Teaching Guide)
Markleen Guimbao
 
Ad

Similar to Unit iii css and javascript 1 (20)

Lecture-6.pptx
Lecture-6.pptx
vishal choudhary
 
Cascading style sheet, CSS Box model, Table in CSS
Cascading style sheet, CSS Box model, Table in CSS
SherinRappai
 
properties of css.pptx power pointpresentation
properties of css.pptx power pointpresentation
Coderkids
 
basic programming language AND HTML CSS JAVApdf
basic programming language AND HTML CSS JAVApdf
elayelily
 
4. Web Technology CSS Basics-1
4. Web Technology CSS Basics-1
Jyoti Yadav
 
UNIT 3WOP fgfufhbuiibpvihbvpihivbhibvipuuvbiuvboi
UNIT 3WOP fgfufhbuiibpvihbvpihivbhibvipuuvbiuvboi
utsavsd11
 
CSS
CSS
Govardhan Bhavani
 
What is CSS.pptx power point presentation
What is CSS.pptx power point presentation
Coderkids
 
Cascading Style Sheet
Cascading Style Sheet
Meenakshi Paul
 
cascading style sheets- About cascading style sheets on the selectors
cascading style sheets- About cascading style sheets on the selectors
JayanthiM19
 
BITM3730 9-20.pptx
BITM3730 9-20.pptx
MattMarino13
 
Chapter 3 - CSS.pdf
Chapter 3 - CSS.pdf
wubiederebe1
 
Full
Full
sanjaykhan33
 
4_css_intro.pptx. this ppt is based on css which is the required of web deve...
4_css_intro.pptx. this ppt is based on css which is the required of web deve...
sindwanigripsi
 
Web Programming-css.pptx
Web Programming-css.pptx
MarwaAnany1
 
Cascading style sheet an introduction
Cascading style sheet an introduction
Himanshu Pathak
 
CASCADING STYLE SHEETS (CSS).pptx
CASCADING STYLE SHEETS (CSS).pptx
Asmr17
 
CSS Training in Bangalore
CSS Training in Bangalore
rajkamal560066
 
Cascading style sheets (CSS)
Cascading style sheets (CSS)
Harshita Yadav
 
BITM3730 9-19.pptx
BITM3730 9-19.pptx
MattMarino13
 
Cascading style sheet, CSS Box model, Table in CSS
Cascading style sheet, CSS Box model, Table in CSS
SherinRappai
 
properties of css.pptx power pointpresentation
properties of css.pptx power pointpresentation
Coderkids
 
basic programming language AND HTML CSS JAVApdf
basic programming language AND HTML CSS JAVApdf
elayelily
 
4. Web Technology CSS Basics-1
4. Web Technology CSS Basics-1
Jyoti Yadav
 
UNIT 3WOP fgfufhbuiibpvihbvpihivbhibvipuuvbiuvboi
UNIT 3WOP fgfufhbuiibpvihbvpihivbhibvipuuvbiuvboi
utsavsd11
 
What is CSS.pptx power point presentation
What is CSS.pptx power point presentation
Coderkids
 
cascading style sheets- About cascading style sheets on the selectors
cascading style sheets- About cascading style sheets on the selectors
JayanthiM19
 
BITM3730 9-20.pptx
BITM3730 9-20.pptx
MattMarino13
 
Chapter 3 - CSS.pdf
Chapter 3 - CSS.pdf
wubiederebe1
 
4_css_intro.pptx. this ppt is based on css which is the required of web deve...
4_css_intro.pptx. this ppt is based on css which is the required of web deve...
sindwanigripsi
 
Web Programming-css.pptx
Web Programming-css.pptx
MarwaAnany1
 
Cascading style sheet an introduction
Cascading style sheet an introduction
Himanshu Pathak
 
CASCADING STYLE SHEETS (CSS).pptx
CASCADING STYLE SHEETS (CSS).pptx
Asmr17
 
CSS Training in Bangalore
CSS Training in Bangalore
rajkamal560066
 
Cascading style sheets (CSS)
Cascading style sheets (CSS)
Harshita Yadav
 
BITM3730 9-19.pptx
BITM3730 9-19.pptx
MattMarino13
 
Ad

More from Jesus Obenita Jr. (20)

Organization and management 3 a Evolution of Management Theory
Organization and management 3 a Evolution of Management Theory
Jesus Obenita Jr.
 
Organization and management 2 Management Function
Organization and management 2 Management Function
Jesus Obenita Jr.
 
Organization and management 1
Organization and management 1
Jesus Obenita Jr.
 
Designing web page marquee and img tag
Designing web page marquee and img tag
Jesus Obenita Jr.
 
Ms excel 2013 formatting worksheets
Ms excel 2013 formatting worksheets
Jesus Obenita Jr.
 
Ms excel 2013 data management
Ms excel 2013 data management
Jesus Obenita Jr.
 
Microsoft Excel introduction
Microsoft Excel introduction
Jesus Obenita Jr.
 
Word 2013 working with pictures
Word 2013 working with pictures
Jesus Obenita Jr.
 
Word 2013 Formatting Page
Word 2013 Formatting Page
Jesus Obenita Jr.
 
Word 2013 8
Word 2013 8
Jesus Obenita Jr.
 
Ms word 2013 7
Ms word 2013 7
Jesus Obenita Jr.
 
Ms word 2013 6
Ms word 2013 6
Jesus Obenita Jr.
 
Ms word 2013 4
Ms word 2013 4
Jesus Obenita Jr.
 
Ms word 2013 2
Ms word 2013 2
Jesus Obenita Jr.
 
Ms word 2013
Ms word 2013
Jesus Obenita Jr.
 
Parts of the ms word 2013 screen and
Parts of the ms word 2013 screen and
Jesus Obenita Jr.
 
Word processor
Word processor
Jesus Obenita Jr.
 
Session 2 test construction.mt's
Session 2 test construction.mt's
Jesus Obenita Jr.
 
Cooking ingredients
Cooking ingredients
Jesus Obenita Jr.
 
Color theory
Color theory
Jesus Obenita Jr.
 

Recently uploaded (20)

Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
RAKESH SAJJAN
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Pragya - UEM Kolkata Quiz Club
 
K12 Tableau User Group virtual event June 18, 2025
K12 Tableau User Group virtual event June 18, 2025
dogden2
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Rajdeep Bavaliya
 
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
SHERAZ AHMAD LONE
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
Mayvel Nadal
 
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
IIT KGP Quiz Week 2024 Sports Quiz (Prelims + Finals)
IIT KGP Quiz Week 2024 Sports Quiz (Prelims + Finals)
IIT Kharagpur Quiz Club
 
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
RAKESH SAJJAN
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Battle of Bookworms 2025 - U25 Literature Quiz by Pragya
Pragya - UEM Kolkata Quiz Club
 
K12 Tableau User Group virtual event June 18, 2025
K12 Tableau User Group virtual event June 18, 2025
dogden2
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Rajdeep Bavaliya
 
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
 
NSUMD_M1 Library Orientation_June 11, 2025.pptx
NSUMD_M1 Library Orientation_June 11, 2025.pptx
Julie Sarpy
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
SHERAZ AHMAD LONE
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
ENGLISH-5 Q1 Lesson 1.pptx - Story Elements
Mayvel Nadal
 
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
IIT KGP Quiz Week 2024 Sports Quiz (Prelims + Finals)
IIT KGP Quiz Week 2024 Sports Quiz (Prelims + Finals)
IIT Kharagpur Quiz Club
 

Unit iii css and javascript 1

  • 2. REVIEW  WHAT IS THE FULL CODE TO START A WEB PAGE./HTML DOCUMENTS?  WHAT IS THE FULL CODE TO CHANGE THE BACKGROUND TO GREEN?  WHAT IS THE HTML CODE TO USE IMAGE AS BACKGROUND?  WHAT IS THE CODE TO START A PARAGRAPH AND INSERT A NEW LINE.  HOW TO CHANGES THE FONT ATTRIBUTES.  WHAT IS THE FULL CODE TO INSERT A TABLE?  WHAT IS THE FULL CODE TO INSERT A VIDEO?
  • 3. WHAT IS CSS?  CSS stands for Cascading Style Sheets.  It is a style language that specifies the layout of HTML documents.  Many of the properties used in CSS are similar to those of HTML, thus basic experience with HTML is a pre-requisite.  Using CSS allows you to separate the page’s contents from the page’s layout.  CSS takes care of the layout while HTML handles the content’s structure.
  • 4. CSS allows you to  Save a lot of time- you can apply a set of styles to several parts of the web pages.  Control the layout of many Web pages from one single style sheet only- you don’t need to go to entire pages just to change every code.  Apply more advanced and sophisticated layout techniques.- CSS offers more formatting elements compared to standard HTML.
  • 5. How do we write in CSS?  The following is the basic syntax of CSS: Selector {property: value} attribute HTML Value of tag the attribute Body {background-color: #FFCC00;}
  • 6. APPLYING CSS TO AN HTML DOCUMENT  The 3 styles you can use to apply CSS are:  1. in-line style  2. internal style  3. external style  IN-LINE STYLE- is also called the attribute style because style attributes are placed within the HTML tag to be affected.
  • 7. You may use the in-line style if you need to apply a set of styles to only a single element in the web page. Otherwise, it forfeits the main purpose of CSS, which is to separate web content from layout or presentation.  INTERNAL STYLE- is also called the tag style because CSS codes are placed within the <head></head> tag using the <style> tag.
  • 8. You may use the internal style if you need to apply a set of styles to the elements that are all found in a single web page. This is helpful if you want that the style will be exclusive for a single web page only.  EXTERNAL STYLE- is a text file with .css extension. The HTML documents is linked to the style using an HTML code which is inserted in the header section of the HTML document.
  • 9.  <html>  <body style=“background-color: Dim gray; color: powder blue; font-size: 15pt; margin- left: 30px;”>  <html>  <head><title>Internal CSS style</title>  <style type= “text/css”>  Body{background: white url(“wallpaper.jpg”) no repeat fixed center;}
  • 10.  <html>  <head><title> External Style Sheet</title>  <link rel= “stylesheet” type= “text/css href= “style.css”/>  </head>
  • 11. COMPUQUIZ  The acronym CSS stands for?  What is the main purpose of the CSS?  CSS allows you to?  What is the basic syntax of the CSS?  What are the three styles of CSS?  Which style is known as the attribute style?  Which style is specified within the head tag?  It is a text file with .css extension.