join: new@juude



get alerts for new articles






CLOSE WINDOW

join: new@juude



get alerts for new articles






CLOSE WINDOW
css: casscading style sheets

CSS Basics w3c


intro | media-types | reset/setup
RULES:  css | cascading | @rules
SELECTORS: selectors | properties/values

Selectors - Corresponding HTML


Each style rule includes a selector that relates to an element on the web page. For example the selector can refer to:
a tag
<h1>
Any tag can be used as a selector.
or
an id :
<section id="name">
or
a class :
<section class="name">
or
an attribute
<section class="name" title="attribute">
<img src="" class="name" alt="attribute">