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> </head>
<body> <body>
<h1> <header>
Hello world! <h1>
</h1> Hello world!
</h1>
</header>
<p>
Welcome!
<p>
</body> </body>
</html> </html>