This commit is contained in:
Emmanuel Srivastava
2024-11-27 10:24:47 +01:00
parent 07a9e6c81e
commit a67727e6ff
5 changed files with 102 additions and 0 deletions

14
DEV.1.2/tp1/ex0.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My first HTML5 document</title>
</head>
<body>
<h1>My first HTML5 <strong>document</strong></h1>
<p lang="fr">HTML5 est vraiment super !</p>
<input type="checkbox">
</body>
</html>