14 lines
280 B
HTML
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> |