update
This commit is contained in:
14
DEV.1.2/tp1/ex0.html
Normal file
14
DEV.1.2/tp1/ex0.html
Normal 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>
|
Reference in New Issue
Block a user