Testez vos connaissances en CSS. 20 questions à choix multiples sont posées ci-dessous pour vous évaluer. Une fois votre choix fait pour chaque question, il suffira de valider le formulaire pour accéder aux résultats. Bon chance.
text-transform: capitalize;
font-transform: capitalize;
text-decoration: uppercase;
id="titi"
#titi {}
*titi {}
.titi {}
titi {}
class="toto"
fgcolor:
text-color:
color:
bgcolor:
text-size:
font-style:
text-style:
font-size:
#toto
.titi
body
*
underline: none;
text-decoration: none;
text-decoration: underline;
text-decoration: hidden;
display:
hidden
invisible
no
none
police:
font:
font-family:
text-family:
text: center;
text-align: center;
font-align: center;
align: center;
padding: 10px;
padding: 10px 0;
margin: 10px 0;
margin: 10px;
p#titi {}
#titi p {}
p.titi {}
titi p {}
margin:
padding:
border:
<strong>
text-weight: reset;
text-weight: none;
font-weight: none;
font-weight: normal;
<p>
<li>
<span>
p.li.span {}
p + li + span {}
p li span {}
p, li, span {}
.super
.mega
.top
#super, #mega, #top {}
.super + .mega + .top {}
.super.mega.top {}
.super .mega .top {}
inline
block
inline-block
<!-- Commentaire -->
/* Commentaire */
// Commentaire
# Commentaire #
<link rel="stylesheet" type="text/css" href="style.css" />
<stylesheet/>style.css</stylesheet/>
<style src="style.css"/></style/>
<meta rel="stylesheet" type="text/css" href="style.css" />