Lancez-Vous. C'est gratuit
ou s'inscrire avec votre adresse e-mail
mon carte par Mind Map: mon carte

1. html

1.1. structure d'une page

1.1.1. html

1.1.2. head

1.1.3. title

1.1.4. body

1.2. les listes

1.2.1. ul

1.2.1.1. liste non numéroteé

1.2.2. ol

1.2.2.1. liste numéroteé

1.2.3. li

1.2.3.1. eléments de liste

1.3. les titres

1.3.1. h1.....h6

1.4. zone de texte multi-ligne

1.4.1. textarea

1.5. inserer une légende

1.5.1. figcaption

1.6. mot passe

1.6.1. password

1.7. ecrir un titre ,image,paraghrape

1.7.1. div

1.8. lien de style de css

1.8.1. link

1.9. inserer un tableau

1.9.1. th

1.9.2. tr

1.9.3. td

1.10. rerourne a la ligne

1.10.1. br

1.11. inserer un fourmulaire

1.11.1. from

1.12. bouton envoyer

1.12.1. submit

1.13. bouton annuler

1.13.1. reset

1.14. mark

1.15. ecrire un paraghrape

1.15.1. p

1.16. lien hypertexte

1.16.1. a href="...."

1.17. inseres une figure (image,schema...)

1.17.1. figure

1.18. bouton radio

1.18.1. radio

1.19. bouton case à cocher

1.19.1. checkbox

1.20. liste déroulante

1.20.1. select

1.20.1.1. option

2. css

2.1. bordures

2.1.1. border-raduis

2.1.2. border

2.1.2.1. solid

2.1.2.2. double

2.1.2.3. dotted

2.2. text-align

2.2.1. left

2.2.2. right

2.2.3. center

2.3. background-color

2.4. position

2.4.1. absolu

2.4.2. relative

2.5. taille

2.5.1. font-size

2.6. police

2.6.1. font-family

2.7. link

2.7.1. a:hover

2.7.2. a:active

2.7.3. a:visited

2.8. display

2.8.1. none

2.8.2. block

2.9. text-decoration

2.9.1. underline

2.9.2. overline

2.10. float

2.10.1. left

2.10.2. right

2.10.3. none

2.11. extérieur

2.11.1. margin

2.11.2. margin-top

2.11.3. margin-right

2.11.4. margin-left

2.11.5. margin-bottom

2.12. interieur

2.12.1. padding

2.12.2. padding-top

2.12.3. padding-right

2.12.4. padding-left

2.12.5. padding-bottom