Coucoudesignnumerique
Révision datée du 12 septembre 2024 à 14:45 par Lionel (discussion | contributions)
- Le squelette HTML
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>le titre de la page</title>
</head>
<body>
<img src="adressedelimage">
<h2>un titre</h2>
<p>un paragraphe</p>
<p>un autre paragraphe</p>
</body>
</html>