HTML/CSS Service

CSS3 Previews Lists

Category: CSS3 Tutorial    |    881 views    |    Add a Comment  |   

Borders

  • border-color
  • border-image
  • border-radius
  • box-shadow

CSS3 Selectors

Category: CSS3 Tutorial    |    826 views    |    Add a Comment  |   

SelectorsSelectors are patterns that match against elements in a tree. Selectors have been optimized for use with HTML and XML, and are designed to be usable in performance-critical code.

CSS (Cascading Style Sheets) is a language for describing the rendering of HTML and XML documents on screen, on paper, in speech, etc. CSS uses Selectors for binding style properties to elements in the document. This document describes extensions to the selectors defined in CSS level 2. These extended selectors will be used by CSS level 3.

Selectors define the following function:

expression ? element ? boolean

That is, given an element and a selector, this specification defines whether that element matches the selector.

source

Share/Save/Bookmark