├── html-logo.png ├── img-1.jpg ├── index.html ├── notice.txt └── video.mp4 /html-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustFS/html-basics/f4a857df3ab2150869e9367a3d203fcc34b581cb/html-logo.png -------------------------------------------------------------------------------- /img-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustFS/html-basics/f4a857df3ab2150869e9367a3d203fcc34b581cb/img-1.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Cours HTML 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 |

Texte - Titre H1

17 |

18 | em pour mettre en italique, 19 | strong pour mettre en gras 20 | L'élement en span ne revient pas à la ligne. 21 |

22 |

23 | Lorem ipsum dolor sit amet consectetur adipisicing elit. Exercitationem 24 | cumque ratione veniam officiis nulla a debitis at facilis sed 25 | dignissimos. 26 |

27 |
28 | 29 |
30 |
31 |

Photo - Titre H2

32 | image-arbre 33 |
34 | 35 |
36 |

Liste - Titre H3

37 | 42 |
    43 |
  1. OL = ordered list
  2. 44 |
  3. OL = ordered list
  4. 45 |
  5. OL = ordered list
  6. 46 |
47 |
48 | 49 |
50 |

Tableaux - Titre H4

51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 |
Col 1Col 2Col 3
Row 1 Cell 1Row 1 Cell 2Row 1 Cell 3
Row 2 Cell 2Row 2 Cell 3
Row 3 Cell 1
74 |
75 | 76 |
77 |
Liens - Titre H5
78 | HTML Cheatsheet 79 |
80 | Icones natifs en HTML 81 |
82 | 83 |
84 |
Vidéo - Titre H6
85 | 86 |
87 |
88 |
89 | 90 |
91 |

Formulaire

92 |
93 | 94 |
95 | 96 | 97 | 98 |
100 | 101 | 102 | 103 |
107 | 108 | 109 |
110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 |
119 | 120 |
121 | 122 | 123 |
124 | 125 |
126 |
127 |
128 | 129 | 141 | 142 | 143 | -------------------------------------------------------------------------------- /notice.txt: -------------------------------------------------------------------------------- 1 | Voici une notice -------------------------------------------------------------------------------- /video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JustFS/html-basics/f4a857df3ab2150869e9367a3d203fcc34b581cb/video.mp4 --------------------------------------------------------------------------------