Files
DEV/DEV.1.2/tp1/ex0.html
Emmanuel Srivastava a67727e6ff update
2024-11-27 10:24:47 +01:00

14 lines
280 B
HTML

<!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>