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> <h1>L'élément cite</h1> <img src="img_the_scream.jpg" width="220" height="277" alt="The Scream"> <p><cite>Le Cri</cite>par Edward Munch. Peint en 1893.</p> </body> </html>