Premium Partner

webec

Web engineering

Web engineering

Invisible

Invisible

Set of flashcards Details

Flashcards 14
Language Deutsch
Category Computer Science
Level Vocational School
Created / Updated 11.09.2013 / 09.07.2019
Licencing No Copyright (CC0)    (M. Meister)
Weblink
https://card2brain.ch/box/testing_13_09_2013
Embed
<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