+ Ouvrir l'editeur de texte et y coller le code HTML suivant. +
+ +<!DOCTYPE html>
+<html lang="fr">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Titre</title>
+</head>
+<body>
+ <h1>👋 Salut !</h1>
+ <p>Dites bonjour à mon chat</p>
+ <img src="./monchat.jpg" alt="Une photo de mon chat" />
+</body>
+</html>
+