CSS Syntax
/* Commentaar */
@media type {
media type is optioneel
selector {
eigenschap: waarde;
}
}
Inline Style:
tag style="eigenschap: waarde;"
Embedded Style:
head
style type="text/css"
selector { eigenschap: waarde; }
/style
/head
Extern Style Sheet:
head
link rel="stylesheet" type="text/css" href="style.css" /
/head
