Premium Partner

webec

Web engineering

Web engineering

Nicht sichtbar

Nicht sichtbar

Kartei Details

Karten 14
Sprache Deutsch
Kategorie Informatik
Stufe Berufslehre
Erstellt / Aktualisiert 11.09.2013 / 09.07.2019
Lizenzierung Kein Urheberrechtsschutz (CC0)    (M. Meister)
Weblink
https://card2brain.ch/box/testing_13_09_2013
Einbinden
<iframe src="https://card2brain.ch/box/testing_13_09_2013/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

Gib die CSS Rule an: 

h1 { color: blue; }

GIb Special Selectors an

Gib Selector Combinations an
 

h1, h2         union
main p            descendant
ul > li            direct child

div.cool             element with class
div[cool]         element with attribute

What selects: div em?

What selects: div > span ?

Wie wir ein CSS in einem html importiert?

Erkläre Cascade Rules of Thumb

Erkläre das Box Model