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

18 lines
293 B
HTML

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