Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h2>Texte alternatif</h2> <p>L'attribut alt doit refléter le contenu de l'image, afin que les utilisateurs qui ne peuvent pas voir l'image comprennent ce que l'image contient :</p> <img src="img_chania.jpg" alt="Flowers in Chania" width="460" height="345"> </body> </html>