SlideShare a Scribd company logo
1 of 17
CSS: Separating Design and
Content


Global Information Internship
Program from BUDNET
www.budnetdesign.com
Assumptions
   You know HTML
   You do not know CSS
   You care about aesthetics and
    function
   You have 50 minutes to kill
What We’ll Do
   What is CSS?
   View some code and talk basics
   Why use CSS?
     Advantages to Workflow
     Cost Savings

   Implementations
   Resources
What are Cascading Style Sheets?
   Created by Hakon Wium Lie of MIT
    in 1994
   Has become the W3C standard for
    controlling visual presentation of
    web pages
   Separates design elements from
    structural logic
   You get control and maintain the
    integrity of your data
Let’s See Some Code
   Sample Style sheet
   Rule Structure
Selectors
   Element Selectors – (refer to
    HTML tags)
    H1 {color: purple;}
    H1, H2, P {color: purple;}
   Contextual – (refer to HTML, but in
    context)
    LI B {color: purple;}
Selectors
   Class Selectors
    <H1 CLASS=“warning”>Danger!</H1>
    <P CLASS=“warning”>Be careful…</P>
    …….
    In your HTML code -
    H1.warning {color: red;}
            OR to an entire class…
    .warning {color:red;}
Applying CSS to HTML
       Style rules can be applied in 3 ways:

Inline Styles: sheets:
Embedded style sheets:
External style
<H1 STYLE=“color: blue; font-size: 20pt;”>A large purple
<HTML><HEAD><TITLE>Stylin’!</TITLE>
<HEAD>
Heading</H1>
<STYLE TYPE=“text/css”>
<LINK REL=stylesheet” TYPE=“text/css”
       H1 {color: purple;}
HREF=“styles/mystyles.css”>
For individual elementscolor: gray;}
       P {font-size: 10pt; using the STYLE attribute
</HEAD>
</STYLE>
</HEAD> “separation” of style and content.
This is true
…
Keeping all your styles in an external document is
</HTML>
simpler
Why CSS?
   Advantages to Workflow
   Cost Savings
   You WILL Be Cooler
Advantages of CSS
   Workflow
     Faster downloads
     Streamlined site maintenance

     Global control of design attributes

     Precise control (Advanced)
       Positioning
       Fluid layouts
Advantages of CSS - Cost Savings
   Cost Savings
     Reduced     Bandwidth Costs
         One style sheet called and cached
     Higher    Search Engine Rankings
       Cleaner code is easier for search engines
        to index
       Greater density of indexable content
Advantages of CSS - Cost Savings

   Faster download = better usability
       Web usability redesign can increase the
        sales/conversion rate by 100% (source: Jakob
        Nielson)
       CSS requires less code
       Tables require spacer images
       Entire table has to render before content
       CSS can control the order that elements
        download (content before images)
Advantages of CSS - Cost Savings

   Increased Reach
     CSS   website is compatible w/ many
      different devices
     In 2008 an est. 58 Million PDA’s will be
      sold (Source: eTForecast.com)
     1/3 of the world’s population will own a
      wireless device by 2010
Implementations
   Apply to HTML pages
   Apply to dynamic data
     Format   or style XML
   Use for layout (this is cool)
     See   http://www.csszengarden.com
CSS isn’t perfect (yet)
   CSS support in browsers is still
    uneven
   Make sure your CSS properties are
    supported
Resources
   http://www.csszengarden.com
     This   is CSS at its finest
   http://www.w3.org/Style/CSS/
     The    Official CSS Site
   http://css.maxdesign.com.au/
     Australian   firm, very professional
   http://webmonkey.wired.com/web
    monkey/reference/stylesheet_guide
     Where    I learned CSS and Web Design
Come and see me at 3:30pm!
   “Making Your Web Site More
    Appealing”

More Related Content

What's hot

Search engine optimization
Search engine optimizationSearch engine optimization
Search engine optimization
Rujata Patil
 

What's hot (20)

Seo
SeoSeo
Seo
 
Seo
SeoSeo
Seo
 
Basics of Search Engines and Algorithms
Basics of Search Engines and AlgorithmsBasics of Search Engines and Algorithms
Basics of Search Engines and Algorithms
 
Seo Presentation f
Seo Presentation fSeo Presentation f
Seo Presentation f
 
What is Technical SEO ?
What is Technical SEO ? What is Technical SEO ?
What is Technical SEO ?
 
SEO PPT
SEO PPTSEO PPT
SEO PPT
 
Search Engine Optimization ppt
Search Engine Optimization pptSearch Engine Optimization ppt
Search Engine Optimization ppt
 
Search engine optimization
Search engine optimizationSearch engine optimization
Search engine optimization
 
Seo service provider
Seo service providerSeo service provider
Seo service provider
 
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialSEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
 
Search engine optimization
Search engine optimizationSearch engine optimization
Search engine optimization
 
Complete SEO Process
Complete SEO ProcessComplete SEO Process
Complete SEO Process
 
Basic SEO Lecture Presentation
Basic SEO Lecture PresentationBasic SEO Lecture Presentation
Basic SEO Lecture Presentation
 
Keyword Planner Training, Keywords Analysis Training, Keyword Research
Keyword Planner Training, Keywords Analysis Training, Keyword ResearchKeyword Planner Training, Keywords Analysis Training, Keyword Research
Keyword Planner Training, Keywords Analysis Training, Keyword Research
 
SEO PPT
SEO PPTSEO PPT
SEO PPT
 
Searchrankpros
SearchrankprosSearchrankpros
Searchrankpros
 
Seo beginners-slide-show
Seo beginners-slide-showSeo beginners-slide-show
Seo beginners-slide-show
 
Search engine optimization simplified
Search engine optimization simplifiedSearch engine optimization simplified
Search engine optimization simplified
 
Search engine Optimization
Search engine OptimizationSearch engine Optimization
Search engine Optimization
 
1629885596 seoppt1 130303013241-phpapp02
1629885596 seoppt1 130303013241-phpapp021629885596 seoppt1 130303013241-phpapp02
1629885596 seoppt1 130303013241-phpapp02
 

Similar to New Css style

GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1
Heather Rock
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
butest
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
butest
 
Unit iii css and javascript 1
Unit iii css and javascript 1Unit iii css and javascript 1
Unit iii css and javascript 1
Jesus Obenita Jr.
 
Teched Inetrgation ppt and lering in simple
Teched Inetrgation ppt  and lering in simpleTeched Inetrgation ppt  and lering in simple
Teched Inetrgation ppt and lering in simple
JagadishBabuParri
 
Using Cascading Style Sheets2
Using Cascading Style Sheets2Using Cascading Style Sheets2
Using Cascading Style Sheets2
Sutinder Mann
 
This is css which compiled by alex that is impo
This is css which compiled by alex that is impoThis is css which compiled by alex that is impo
This is css which compiled by alex that is impo
AlebelAyalneh
 

Similar to New Css style (20)

Css
CssCss
Css
 
Css
CssCss
Css
 
Lecture-6.pptx
Lecture-6.pptxLecture-6.pptx
Lecture-6.pptx
 
Advanced Web Programming Chapter 8
Advanced Web Programming Chapter 8Advanced Web Programming Chapter 8
Advanced Web Programming Chapter 8
 
Vskills certified css designer Notes
Vskills certified css designer NotesVskills certified css designer Notes
Vskills certified css designer Notes
 
Css training tutorial css3 &amp; css4 essentials
Css training tutorial css3 &amp; css4 essentialsCss training tutorial css3 &amp; css4 essentials
Css training tutorial css3 &amp; css4 essentials
 
GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1GDI Seattle Intermediate HTML and CSS Class 1
GDI Seattle Intermediate HTML and CSS Class 1
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
 
Unit iii css and javascript 1
Unit iii css and javascript 1Unit iii css and javascript 1
Unit iii css and javascript 1
 
Teched Inetrgation ppt and lering in simple
Teched Inetrgation ppt  and lering in simpleTeched Inetrgation ppt  and lering in simple
Teched Inetrgation ppt and lering in simple
 
Using Cascading Style Sheets2
Using Cascading Style Sheets2Using Cascading Style Sheets2
Using Cascading Style Sheets2
 
Lecture2 CSS1
Lecture2  CSS1Lecture2  CSS1
Lecture2 CSS1
 
CSS.ppt
CSS.pptCSS.ppt
CSS.ppt
 
Pfnp slides
Pfnp slidesPfnp slides
Pfnp slides
 
The CSS Handbook
The CSS HandbookThe CSS Handbook
The CSS Handbook
 
CSS Interview Questions for Fresher and Experience
CSS Interview Questions for Fresher and Experience CSS Interview Questions for Fresher and Experience
CSS Interview Questions for Fresher and Experience
 
Full
FullFull
Full
 
This is css which compiled by alex that is impo
This is css which compiled by alex that is impoThis is css which compiled by alex that is impo
This is css which compiled by alex that is impo
 
CLIENT SIDE PROGRAMMING
CLIENT SIDE PROGRAMMINGCLIENT SIDE PROGRAMMING
CLIENT SIDE PROGRAMMING
 

More from BUDNET (7)

Joomla overview via catchy snaps
Joomla overview via catchy snapsJoomla overview via catchy snaps
Joomla overview via catchy snaps
 
Catchy web pages via Wordpress
Catchy web pages via WordpressCatchy web pages via Wordpress
Catchy web pages via Wordpress
 
Multimedia communication
Multimedia communicationMultimedia communication
Multimedia communication
 
Multimedia
MultimediaMultimedia
Multimedia
 
MIND sweeping introduction to PHP
MIND sweeping introduction to PHPMIND sweeping introduction to PHP
MIND sweeping introduction to PHP
 
Designing a website
Designing a websiteDesigning a website
Designing a website
 
Gateway To Adobe Photoshop
Gateway To Adobe PhotoshopGateway To Adobe Photoshop
Gateway To Adobe Photoshop
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Recently uploaded (20)

Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 

New Css style

  • 1. CSS: Separating Design and Content Global Information Internship Program from BUDNET www.budnetdesign.com
  • 2. Assumptions  You know HTML  You do not know CSS  You care about aesthetics and function  You have 50 minutes to kill
  • 3. What We’ll Do  What is CSS?  View some code and talk basics  Why use CSS?  Advantages to Workflow  Cost Savings  Implementations  Resources
  • 4. What are Cascading Style Sheets?  Created by Hakon Wium Lie of MIT in 1994  Has become the W3C standard for controlling visual presentation of web pages  Separates design elements from structural logic  You get control and maintain the integrity of your data
  • 5. Let’s See Some Code  Sample Style sheet  Rule Structure
  • 6. Selectors  Element Selectors – (refer to HTML tags) H1 {color: purple;} H1, H2, P {color: purple;}  Contextual – (refer to HTML, but in context) LI B {color: purple;}
  • 7. Selectors  Class Selectors <H1 CLASS=“warning”>Danger!</H1> <P CLASS=“warning”>Be careful…</P> ……. In your HTML code - H1.warning {color: red;} OR to an entire class… .warning {color:red;}
  • 8. Applying CSS to HTML  Style rules can be applied in 3 ways: Inline Styles: sheets: Embedded style sheets: External style <H1 STYLE=“color: blue; font-size: 20pt;”>A large purple <HTML><HEAD><TITLE>Stylin’!</TITLE> <HEAD> Heading</H1> <STYLE TYPE=“text/css”> <LINK REL=stylesheet” TYPE=“text/css” H1 {color: purple;} HREF=“styles/mystyles.css”> For individual elementscolor: gray;} P {font-size: 10pt; using the STYLE attribute </HEAD> </STYLE> </HEAD> “separation” of style and content. This is true … Keeping all your styles in an external document is </HTML> simpler
  • 9. Why CSS?  Advantages to Workflow  Cost Savings  You WILL Be Cooler
  • 10. Advantages of CSS  Workflow  Faster downloads  Streamlined site maintenance  Global control of design attributes  Precise control (Advanced)  Positioning  Fluid layouts
  • 11. Advantages of CSS - Cost Savings  Cost Savings  Reduced Bandwidth Costs  One style sheet called and cached  Higher Search Engine Rankings  Cleaner code is easier for search engines to index  Greater density of indexable content
  • 12. Advantages of CSS - Cost Savings  Faster download = better usability  Web usability redesign can increase the sales/conversion rate by 100% (source: Jakob Nielson)  CSS requires less code  Tables require spacer images  Entire table has to render before content  CSS can control the order that elements download (content before images)
  • 13. Advantages of CSS - Cost Savings  Increased Reach  CSS website is compatible w/ many different devices  In 2008 an est. 58 Million PDA’s will be sold (Source: eTForecast.com)  1/3 of the world’s population will own a wireless device by 2010
  • 14. Implementations  Apply to HTML pages  Apply to dynamic data  Format or style XML  Use for layout (this is cool)  See http://www.csszengarden.com
  • 15. CSS isn’t perfect (yet)  CSS support in browsers is still uneven  Make sure your CSS properties are supported
  • 16. Resources  http://www.csszengarden.com  This is CSS at its finest  http://www.w3.org/Style/CSS/  The Official CSS Site  http://css.maxdesign.com.au/  Australian firm, very professional  http://webmonkey.wired.com/web monkey/reference/stylesheet_guide  Where I learned CSS and Web Design
  • 17. Come and see me at 3:30pm!  “Making Your Web Site More Appealing”