Feat: ajoute les premiers exercices sur le HTML
This commit is contained in:
17
1NSI/01_Web_HTML_CSS/solutions/link1.html
Normal file
17
1NSI/01_Web_HTML_CSS/solutions/link1.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="Author" content="">
|
||||
<title>Page 1</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Page 1</h1>
|
||||
|
||||
<p>On y parle de plein de choses super</p>
|
||||
|
||||
Vous pouvez consulter la <a href="link2.html">page 2</a>.
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user