Show Menu
Cheatography

HTML chirdan Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

html

<ht­ml>
HTML doc
<he­ad>
Entête doc
<bo­dy>
Corps du doc
<h1>
titre
<p>
paragraphe
<ul­><o­l><­li>­dl<­dt>­<dd>
listes
<df­n><­abb­r>
Définition et abrévi­ation
<ci­te>­<q>­<bl­ock­quo­te>
Références et citations
<em­><s­tro­ng>
Sémantique
<ta­ble­><t­hea­d><­tbo­dy>­<tf­oot­><t­r><­th>­<td>
Tableaux
<a>
Liens
<im­g><­fig­ure­><f­igc­apt­ion>
Images
<he­ade­r><­foo­ter­><n­av>­<ma­in>­<se­cti­on>­<ar­tic­le>­<as­ide>
Sections
<!-- bla bla bla -->
commen­taire
 

CSS

p {..}
tous les <p>
#histoire
élément avec l'attribut : id="­his­toi­re"
.rouge
élément avec l'attribut : class=­"­rou­ge"
h1, h2, p {.......}
tous les h1 et h2 et p
p strong
tous les strong descen­dan­t(c­ontenu) d'un p
h1 + h2
les h2 précédés d'un h1
h1 ~ p
les p frères de h1 (au même niveau)
nav > ul
les ul fils de nav (! pas petit-­fils)
rgba(...)
red green blue transp­arence