2022-2023/1NSI/01_Web_HTML_CSS/solutions/reproductions_html/liens2.html

20 lines
329 B
HTML

<!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>