O.G. Brown Developer Site

Another Java Developer Site

Primary Menu

Skip to content
O.G. Brown Developer Site
  • Home
  • Courses
    • Java Programming II
    • Java Programming I
    • Java Web Applications Development I
    • Spring MVC I
    • Spring Framework
    • Hibernate ORM
    • Java Web Applications Development II
    • JavaScript jQuery – TYG
    • HTML5 CSS3 – TYG
    • MS SQL Basic DB Query
    • SQL Programming – Advanced
    • SQL Programming – Basic
    • HTML5 Custom – JH1
    • Java Custom – JH1
    • Spring MVC II
    • Java Programming III
    • Introduction to JavaScript
    • Cascading Style Sheets
  • Contact Me
  • Colleges
    • Collin College CE Registration
  • Course Request
    • All New Course Request
    • New Class Offering: Java Programming I
    • New Class Offering: Intro to Spring
    • New Class Offering: Intro to Hibernate
    • New Class Offering: Java Web App Dev I
  • Terms of Use
  • Tutoring
  • Proficiency
    • Java Prog I: Proficiency: Household Fan Project
    • Java Prog II: Proficiency: OO Candy Machine
  • Enrolled Students

HTML5: Introduction to Style Sheets

Understand styles.

    <ul style="list-style-type: square">
    ...
    </ul>
    
    <style type="text/css">
    ul {
       list-style-type: square;
    }
    </style>
    

Construct style rules.

Create styles for nested tags.

    https://css-tricks.com/specifics-on-css-specificity/
    http://www.csszengarden.com/

Create classes and IDs for applying styles.

Apply styles to hyperlinks.

Create and link to external style sheets.

Page navigation

  • ↑ HTML5Sec JH1 – Session 03
  • HTML5: 7. Formatting Text by Using Style Sheets →

Footer Menu

  • Top
  • Home
  • Follow @devogb
© 2014 - 2026 O.G. Brown, III - O.G. Brown Developer Site. Theme by OGBrown.com.