Home | CSS | Tables | Images | Typography | Layout | Devices | Color Theory | Forms | DW Features | Resources | Accessibility
Cascading Style Sheets are a design format that allow you to arrange your Web files efficiently without adding HTML formating tags and attributes to the document body. CSS enables you to control text formatting, set background properties, manipulate page margins and spacing, manage element alignment and decoration, and format various pages within the same site.
Inline Styles are styles applied as attributes. Inline Styles are usually entered within formatting tags. Internal Styles are styles that have blocks of CSS information usually located within the HTML document itself. External or Linked Style Sheets are separate files that are saved with a .css extension and linked to documents to which their defined styles are applied.
Inline Styles
Inline Styles are styles applied as attributes. Inline Styles are usually entered within formatting tags.
Internal Styles
Internal Styles are styles that have blocks of CSS information usually located within the HTML document itself.
External or Linked Style Sheets
External or Linked Style Sheets are separate files that are saved with a .css extension and linked to documents to which their defined styles are applied.
CSS Class Rules
CSS Class Rules are named sets of formatting intructions that allow you to define a specific purpose style in the style sheet that can be triggered in the document code. They can usually be applied inline to any element.
Semantic markup is the concept of using HTML tags to mark up the significant elements of a Web page in an vivid expressive way that the site visitor can understand.
A screen reader is a great piece of software used to help people who are visually impaired that reads aloud the text on the screen.
Browser defaults are styles that a Web browser would use to display Web page elements.
Expression Web uses different unit measurements for their font system that may display differently on Web browsers. Not only do they use numerical measurements, but they also use a series of keywords such a small, medium, and large, etc...But the default setting is 16 pixels.
The order in which the style sheets take precedence: Inline styles take precedence over internal styles, which take precedence over external styles, which take precendence over Web browser default styles.
Multiple style sheets can be used to format text on a Web page to display a site with a different layout and to make it easier to read.
Page modified on February 20, 2009
Page modified by David Carter