17 lines
406 B
HTML
17 lines
406 B
HTML
<!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é--> |