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