Difference between revisions of "Style sheet (web design)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In web design, a '''style sheet''' provides style rules for a web page. == Separation of concerns == Web design emphasizes the separation of concerns: * Style...")
 
(See also)
Line 19: Line 19:
  
 
* [[Cascading Style Sheets]]
 
* [[Cascading Style Sheets]]
* [[HMTL]]
+
* [[HTML]]
 
* [[Web design]]
 
* [[Web design]]
 
* [[Web page]]
 
* [[Web page]]

Revision as of 10:08, 9 February 2016

In web design, a style sheet provides style rules for a web page.

Separation of concerns

Web design emphasizes the separation of concerns:

  • Style sheet provide design, presentation, layout, color
  • Markup tags (HTML or XHTML) provides semantic content and structure

This design approach is identified as a "separation" because it largely supersedes the antecedent methodology in which a page's markup (HTML) defined both style and structure.

External style sheet

Style are typically defined in an external style sheet file using a style sheet language such as CSS or XSLT.

  • A style element in a web page is sometimes referred to as a style sheet, although it is not external

See also

External links

  • [[]] @ Wikipedia