Basic CSS Syntax Rules Part 1 (CSS Basics Tutorial)

Veröffentlicht am: 04 Mai 2011
auf dem Kanal: BullsEyeWebDude
213
0

Look at the selector portion as the "who" do I want to effect.
Look at the property portion as the "what" do I want to change about its default look.
Look at the value portion as the "how" I want it to look to my viewers.

***AS LONG AS YOU FOLLOW THE SYNTAX BLANK LINES SHOULD BE OKAY. ALL THESE RENDER THE SAME RESULTS.***

selector or (selector_name)
{
property: value; property: value; property: value; property: value;
}

selector { property: value; property: value; property: value; property: value; property: value; property: value; property: value; property: value; property: value; property: value; property: value; property: value; }


selector {
property: value;
property: value;
property: value;
property: value;
}

***YOU CAN ALSO USE MULTIPLE SELECTORS AS SEEN BELOW***

selector1, selector2, selector3, selector4 {

property: value; property: value; property: value; property: value;

}

***SINCE STYLE SHEETS ARE INTERPRETED LTR AND TOP TO BOTTOM YOU CAN ALTER SELECTORS AND THEIR PROPERTIES DOWN THE LINE***

selector1 {
property: new value; property: different value;
}

***REMEMBER THAT PROPERTIES "TRICKLE DOWN" AT EACH LEVEL.***

p class="Coming_Soon" /// will share the common characteristics of both 'p' and the class "Coming_Soon".


Auf dieser Seite können Sie das Online-Video Basic CSS Syntax Rules Part 1 (CSS Basics Tutorial) mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer BullsEyeWebDude 04 Mai 2011 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 213 Mal angesehen und es wurde von 0 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!