CSS

A style sheet languge format utilized to separate style from HTML code structure on Web pages. Abbreviation for Cascading Style Sheets is CSS, A design element feature added to HTML that gives both website designers / developers and users more control over how Pages are displayed. With CSS, designers can create style sheets that define how different design elements, such as Text, layout, headers, links, and the general look and feel of the web site as it appears.CSS style sheets can then be applied to any Web page either directly embedde into the head via the HTML <style></style> tag Container or it can be pulled in via the head via the link below placed between the HTML tag <head></head>
<link rel="stylesheet" type="text/css" href="css/css_stylesheets_main.css"/>
The term cascading derives from the fact that multiple style sheets can be applied to the same Web page. CSS was developed by the W3C

Cascading Style Sheets

CSS is used by web designers and end users of web pages to present and define layout, fonts, colors, content ,and other areas of web document presentation. It primary design scope is to enable the separation of Web document content (written in HTML / XHTML or a similar markup code languages) from document presentation This separation can improve content accessibility, provide more reliability, flexibility and control in the specification of presentational characteristics, and minimize complexity and repetition in the structure of the web content.

What is CSS

  • CSS stands for Cascading Style Sheets
  • Styles define how to display HTML elements
  • Styles are normally stored in Style Sheets
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save you a lot of work
  • External Style Sheets are stored in CSS files
  • Multiple style definitions will cascade into one

CSS web page tutorial CSS website Form tutorial

Paging

size marks page-break-before page-break-after page-break-inside page orphans widows

Color / Background

color * background background-color background-image background-repeat background-attachment background-position

Fonts

* font font-family font-style font-variant font-weight font-stretch font-size font-size-adjust

Text

text-indent text-align text-decoration text-shadow letter-spacing word-spacing text-transform white-space

Tables

caption-side table-layout border-collapse border-spacing empty-cells speak-header

Interface

cursor * outline outline-width outline-style outline-color

Aural

volume speak * pause pause-before pause-after * cue cue-before cue-after play-during azimuth elevation speech-rate voice-family pitch pitch-range stress richness speak-punctuation speak-numeral

Boxes

margin * margin-top margin-right margin-bottom margin-left padding * padding-top padding-right padding-bottom padding-left border * border-top * border-bottom * border-right * border-left * border-color * border-top-color border-right-color border-bottom-color border-left-color border-style * border-top-style border-right-style border-bottom-style border-left-style border-width * border-top-width border-right-width border-bottom-width border-left-width Positioning display position top right bottom left float clear z-index direction unicode-bidi overflow clip visibility Dimensions width min-width max-width height min-height max-height line-height vertical-align Miscellaneous content quotes counter-reset counter-increment marker-offset list-style * list-style-type list-style-image list-style-position Shorthand properties are marked with * more to come I need to make a css list style ill be back with a three column list