Ajout de la section header dans index.html

This commit is contained in:
brunetg 2024-09-16 11:15:31 +02:00
parent 8e7c1d4623
commit db276eaa82

View File

@ -12,8 +12,13 @@
</head>
<body>
<h1>
Hello world!
</h1>
<header>
<h1>
Hello world!
</h1>
</header>
<p>
Welcome!
<p>
</body>
</html>