DEV/BUT1/DEV1.2/TP1/exo0.html

17 lines
406 B
HTML
Raw Permalink Normal View History

2024-02-01 13:55:03 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Moncef est un génie !</title>
</head>
<body>
<h1>My first HTML5 <strong>document</strong> </h1>
<p lang="fr">Le <abbr>W3C</abbr> est un consortium crée le <time datetime="1994-10-01">1er octobre 1994</time> par Tim</p>
<input type="checkbox">
</html>
<!--Exercice n°0 du TP de dev WEB mais corrigé-->