SlideShare uma empresa Scribd logo
1 de 26
Baixar para ler offline
CM475 SENIOR SEMINAR IN COMM




              XHTML and CSS
                               An Introduction
CM475 SENIOR SEMINAR IN COMM




                               HTML
     HyperText Markup Language
    The code or rules that browsers read
    that defines the structure Web pages
CM475 SENIOR SEMINAR IN COMM




                          XHTML
                   eXtensible HTML

   •“Cleaned up,” stricter HTML
   •An application of XML
CM475 SENIOR SEMINAR IN COMM




                 Purpose of XHTML
    Define the structure of the Web page
               and its content
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology

             <div class=“first”>
             This is content.
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag


             <div class=“first”>
             This is content.
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag


             <div class=“first”>
             This is content.
                       End Tag
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag Attribute


             <div class=“first”>
             This is content.
                       End Tag
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag Attribute   Value


             <div class=“first”>
             This is content.
                       End Tag
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag Attribute   Value


             <div class=“first”>
                                         Nonreplaceable Element
             This is content.
                       End Tag
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag Attribute   Value


             <div class=“first”>
                                         Nonreplaceable Element
             This is content.
                       End Tag
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag Attribute   Value


             <div class=“first”>
                                         Nonreplaceable Element
             This is content.
                       End Tag
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag Attribute   Value


             <div class=“first”>
                                         Nonreplaceable Element
             This is content.
                       End Tag
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag Attribute   Value


             <div class=“first”>
                                         Nonreplaceable Element
             This is content.
                       End Tag
            </div>
            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM



  XHTML Terminology
         Opening Tag Attribute   Value


             <div class=“first”>
                                         Nonreplaceable Element
             This is content.
                       End Tag
            </div>                       Replaceable Element

            <img src= “pic.jpg” alt=“ ” />
CM475 SENIOR SEMINAR IN COMM




                               CSS
           Cascading Style Sheets
     The code or rules that browsers read
      to display and structure Web pages
CM475 SENIOR SEMINAR IN COMM




                    Purpose of CSS
  Control the appearance or presentation
              of the Web page
CM475 SENIOR SEMINAR IN COMM



  CSS Terminology


         h1 { font-size: 2em; color: #66666; }
CM475 SENIOR SEMINAR IN COMM



  CSS Terminology


         h1 { font-size: 2em; color: #66666; }

             Property          Property
CM475 SENIOR SEMINAR IN COMM



  CSS Terminology


         h1 { font-size: 2em; color: #66666; }

             Property      Value   Property   Value
CM475 SENIOR SEMINAR IN COMM



  CSS Terminology
                  Declaration                 Declaration




         h1 { font-size: 2em; color: #66666; }

             Property      Value   Property       Value
CM475 SENIOR SEMINAR IN COMM



  CSS Terminology
                                Declaration block
                  Declaration                       Declaration




         h1 { font-size: 2em; color: #66666; }

             Property      Value        Property        Value
CM475 SENIOR SEMINAR IN COMM



  CSS Terminology
                                   Declaration block
      Selector       Declaration                       Declaration




         h1 { font-size: 2em; color: #66666; }

                 Property     Value        Property        Value
CM475 SENIOR SEMINAR IN COMM



  CSS Terminology
                                   Declaration block
      Selector       Declaration                       Declaration




         h1 { font-size: 2em; color: #66666; }

                 Property     Value        Property        Value
    Rule
CM475 SENIOR SEMINAR IN COMM



  Advantages of combining
  XHTML and CSS

     •presentation
      Separates structure and content from


     •Simplifies, speeds revisions, redesigns
Intro to XHTML/CSS

Mais conteúdo relacionado

Semelhante a Intro to XHTML/CSS

MS Dynamics CRM 2011 Technical
MS Dynamics CRM 2011 TechnicalMS Dynamics CRM 2011 Technical
MS Dynamics CRM 2011 Technical
AnilCSlides
 
[DSBW Spring 2009] Unit 06: Conallen's Web Application Extension for UML (WAE2)
[DSBW Spring 2009] Unit 06: Conallen's Web Application Extension for UML (WAE2)[DSBW Spring 2009] Unit 06: Conallen's Web Application Extension for UML (WAE2)
[DSBW Spring 2009] Unit 06: Conallen's Web Application Extension for UML (WAE2)
Carles Farré
 
Even faster web sites presentation 3
Even faster web sites presentation 3Even faster web sites presentation 3
Even faster web sites presentation 3
Felipe Lavín
 
Hide Versus Expose
Hide Versus ExposeHide Versus Expose
Hide Versus Expose
LiquidHub
 

Semelhante a Intro to XHTML/CSS (20)

Search engine optimization for symfony developers
Search engine optimization for symfony developersSearch engine optimization for symfony developers
Search engine optimization for symfony developers
 
The Structure of Web Code: A Case For Polymer, November 1, 2014
The Structure of Web Code: A Case For Polymer, November 1, 2014The Structure of Web Code: A Case For Polymer, November 1, 2014
The Structure of Web Code: A Case For Polymer, November 1, 2014
 
MS Dynamics CRM 2011 Technical
MS Dynamics CRM 2011 TechnicalMS Dynamics CRM 2011 Technical
MS Dynamics CRM 2011 Technical
 
Joomla Template Development
Joomla Template DevelopmentJoomla Template Development
Joomla Template Development
 
EPiServer Web Parts
EPiServer Web PartsEPiServer Web Parts
EPiServer Web Parts
 
Introduction to web components
Introduction to web componentsIntroduction to web components
Introduction to web components
 
Polymer - El fin a tus problemas con el FrontEnd
Polymer - El fin a tus problemas con el FrontEndPolymer - El fin a tus problemas con el FrontEnd
Polymer - El fin a tus problemas con el FrontEnd
 
10 sample questions about Dynamic Attributes (CX-310-083)
10 sample questions about Dynamic Attributes (CX-310-083)10 sample questions about Dynamic Attributes (CX-310-083)
10 sample questions about Dynamic Attributes (CX-310-083)
 
Building the basics (WordPress Ottawa 2014)
Building the basics (WordPress Ottawa 2014)Building the basics (WordPress Ottawa 2014)
Building the basics (WordPress Ottawa 2014)
 
Use Angular Schematics to Simplify Your Life - Develop Denver 2019
Use Angular Schematics to Simplify Your Life - Develop Denver 2019Use Angular Schematics to Simplify Your Life - Develop Denver 2019
Use Angular Schematics to Simplify Your Life - Develop Denver 2019
 
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
A Gentle Introduction to Angular Schematics - Devoxx Belgium 2019
 
Rencore Webinar: Developing Secure and Performant JavaScript for SharePoint
Rencore Webinar: Developing Secure and Performant JavaScript for SharePointRencore Webinar: Developing Secure and Performant JavaScript for SharePoint
Rencore Webinar: Developing Secure and Performant JavaScript for SharePoint
 
[DSBW Spring 2009] Unit 06: Conallen's Web Application Extension for UML (WAE2)
[DSBW Spring 2009] Unit 06: Conallen's Web Application Extension for UML (WAE2)[DSBW Spring 2009] Unit 06: Conallen's Web Application Extension for UML (WAE2)
[DSBW Spring 2009] Unit 06: Conallen's Web Application Extension for UML (WAE2)
 
50分でふりかえるアジャイルムーブメントの歴史 2017年版
50分でふりかえるアジャイルムーブメントの歴史 2017年版50分でふりかえるアジャイルムーブメントの歴史 2017年版
50分でふりかえるアジャイルムーブメントの歴史 2017年版
 
Lightweight Webservices with Sinatra and RestClient
Lightweight Webservices with Sinatra and RestClientLightweight Webservices with Sinatra and RestClient
Lightweight Webservices with Sinatra and RestClient
 
Apache Roller, Acegi Security and Single Sign-on
Apache Roller, Acegi Security and Single Sign-onApache Roller, Acegi Security and Single Sign-on
Apache Roller, Acegi Security and Single Sign-on
 
Even faster web sites presentation 3
Even faster web sites presentation 3Even faster web sites presentation 3
Even faster web sites presentation 3
 
Hide Versus Expose
Hide Versus ExposeHide Versus Expose
Hide Versus Expose
 
Google AMP (Accelerated Mobile Pages)
Google AMP (Accelerated Mobile Pages)Google AMP (Accelerated Mobile Pages)
Google AMP (Accelerated Mobile Pages)
 
Polymer - Una bella historia de amor
Polymer - Una bella historia de amorPolymer - Una bella historia de amor
Polymer - Una bella historia de amor
 

Mais de Bruce Clary

African Americans in the Civil War
African Americans in the Civil WarAfrican Americans in the Civil War
African Americans in the Civil War
Bruce Clary
 
The Civil War in the Age of Civil Rights
The Civil War in the Age of Civil RightsThe Civil War in the Age of Civil Rights
The Civil War in the Age of Civil Rights
Bruce Clary
 
Gone with the Wind: High Water Mark of the Lost Cause
Gone with the Wind: High Water Mark of the Lost CauseGone with the Wind: High Water Mark of the Lost Cause
Gone with the Wind: High Water Mark of the Lost Cause
Bruce Clary
 
Four Major Interpretive Tradition of the American Civil War
Four Major Interpretive Tradition of the American Civil WarFour Major Interpretive Tradition of the American Civil War
Four Major Interpretive Tradition of the American Civil War
Bruce Clary
 
Puritan Essentials
Puritan EssentialsPuritan Essentials
Puritan Essentials
Bruce Clary
 
Elements of Journalism, Chap 1
Elements of Journalism, Chap 1Elements of Journalism, Chap 1
Elements of Journalism, Chap 1
Bruce Clary
 

Mais de Bruce Clary (20)

Athletic Orientation-2015
Athletic Orientation-2015Athletic Orientation-2015
Athletic Orientation-2015
 
WPD Training
WPD TrainingWPD Training
WPD Training
 
The Design Consultation
The Design ConsultationThe Design Consultation
The Design Consultation
 
Writing the Self-Study Report
Writing the Self-Study ReportWriting the Self-Study Report
Writing the Self-Study Report
 
Understanding the English Sentence: Lesson 1
Understanding the English Sentence: Lesson 1Understanding the English Sentence: Lesson 1
Understanding the English Sentence: Lesson 1
 
The Pierless Bridge: Emily Dickinson's Poems of Faith and Doubt
The Pierless Bridge: Emily Dickinson's Poems of Faith and DoubtThe Pierless Bridge: Emily Dickinson's Poems of Faith and Doubt
The Pierless Bridge: Emily Dickinson's Poems of Faith and Doubt
 
"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement
"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement
"You didn't build that": Copyright, Fair Use, and the Creative Commons Movement
 
African Americans in the Civil War
African Americans in the Civil WarAfrican Americans in the Civil War
African Americans in the Civil War
 
The Civil War in the Age of Civil Rights
The Civil War in the Age of Civil RightsThe Civil War in the Age of Civil Rights
The Civil War in the Age of Civil Rights
 
Gone with the Wind: High Water Mark of the Lost Cause
Gone with the Wind: High Water Mark of the Lost CauseGone with the Wind: High Water Mark of the Lost Cause
Gone with the Wind: High Water Mark of the Lost Cause
 
Southern Honor
Southern HonorSouthern Honor
Southern Honor
 
Journey to Gettysburg
Journey to GettysburgJourney to Gettysburg
Journey to Gettysburg
 
Four Major Interpretive Tradition of the American Civil War
Four Major Interpretive Tradition of the American Civil WarFour Major Interpretive Tradition of the American Civil War
Four Major Interpretive Tradition of the American Civil War
 
Still Fighting the Civil War
Still Fighting the Civil WarStill Fighting the Civil War
Still Fighting the Civil War
 
Student Use of Multimedia: What You Need to Know
Student Use of Multimedia: What You Need to KnowStudent Use of Multimedia: What You Need to Know
Student Use of Multimedia: What You Need to Know
 
Editing stills
Editing stillsEditing stills
Editing stills
 
Presentation1
Presentation1Presentation1
Presentation1
 
Ex3
Ex3Ex3
Ex3
 
Puritan Essentials
Puritan EssentialsPuritan Essentials
Puritan Essentials
 
Elements of Journalism, Chap 1
Elements of Journalism, Chap 1Elements of Journalism, Chap 1
Elements of Journalism, Chap 1
 

Último

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Último (20)

Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 

Intro to XHTML/CSS

  • 1. CM475 SENIOR SEMINAR IN COMM XHTML and CSS An Introduction
  • 2. CM475 SENIOR SEMINAR IN COMM HTML HyperText Markup Language The code or rules that browsers read that defines the structure Web pages
  • 3. CM475 SENIOR SEMINAR IN COMM XHTML eXtensible HTML •“Cleaned up,” stricter HTML •An application of XML
  • 4. CM475 SENIOR SEMINAR IN COMM Purpose of XHTML Define the structure of the Web page and its content
  • 5. CM475 SENIOR SEMINAR IN COMM XHTML Terminology <div class=“first”> This is content. </div> <img src= “pic.jpg” alt=“ ” />
  • 6. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag <div class=“first”> This is content. </div> <img src= “pic.jpg” alt=“ ” />
  • 7. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag <div class=“first”> This is content. End Tag </div> <img src= “pic.jpg” alt=“ ” />
  • 8. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag Attribute <div class=“first”> This is content. End Tag </div> <img src= “pic.jpg” alt=“ ” />
  • 9. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag Attribute Value <div class=“first”> This is content. End Tag </div> <img src= “pic.jpg” alt=“ ” />
  • 10. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag Attribute Value <div class=“first”> Nonreplaceable Element This is content. End Tag </div> <img src= “pic.jpg” alt=“ ” />
  • 11. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag Attribute Value <div class=“first”> Nonreplaceable Element This is content. End Tag </div> <img src= “pic.jpg” alt=“ ” />
  • 12. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag Attribute Value <div class=“first”> Nonreplaceable Element This is content. End Tag </div> <img src= “pic.jpg” alt=“ ” />
  • 13. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag Attribute Value <div class=“first”> Nonreplaceable Element This is content. End Tag </div> <img src= “pic.jpg” alt=“ ” />
  • 14. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag Attribute Value <div class=“first”> Nonreplaceable Element This is content. End Tag </div> <img src= “pic.jpg” alt=“ ” />
  • 15. CM475 SENIOR SEMINAR IN COMM XHTML Terminology Opening Tag Attribute Value <div class=“first”> Nonreplaceable Element This is content. End Tag </div> Replaceable Element <img src= “pic.jpg” alt=“ ” />
  • 16. CM475 SENIOR SEMINAR IN COMM CSS Cascading Style Sheets The code or rules that browsers read to display and structure Web pages
  • 17. CM475 SENIOR SEMINAR IN COMM Purpose of CSS Control the appearance or presentation of the Web page
  • 18. CM475 SENIOR SEMINAR IN COMM CSS Terminology h1 { font-size: 2em; color: #66666; }
  • 19. CM475 SENIOR SEMINAR IN COMM CSS Terminology h1 { font-size: 2em; color: #66666; } Property Property
  • 20. CM475 SENIOR SEMINAR IN COMM CSS Terminology h1 { font-size: 2em; color: #66666; } Property Value Property Value
  • 21. CM475 SENIOR SEMINAR IN COMM CSS Terminology Declaration Declaration h1 { font-size: 2em; color: #66666; } Property Value Property Value
  • 22. CM475 SENIOR SEMINAR IN COMM CSS Terminology Declaration block Declaration Declaration h1 { font-size: 2em; color: #66666; } Property Value Property Value
  • 23. CM475 SENIOR SEMINAR IN COMM CSS Terminology Declaration block Selector Declaration Declaration h1 { font-size: 2em; color: #66666; } Property Value Property Value
  • 24. CM475 SENIOR SEMINAR IN COMM CSS Terminology Declaration block Selector Declaration Declaration h1 { font-size: 2em; color: #66666; } Property Value Property Value Rule
  • 25. CM475 SENIOR SEMINAR IN COMM Advantages of combining XHTML and CSS •presentation Separates structure and content from •Simplifies, speeds revisions, redesigns