APL/APL1.2/Html1.2/tp3/Exercice3.html
2022-01-18 14:16:05 +01:00

19 lines
466 B
HTML

<!DOCTYPE html>
<link rel='stylesheet' href='Exercice3.css'>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Exercice 3</title>
</head>
<body>
<ul>
<li>
<a href="https://developer.mozilla.org/docs/Web/HTML">HTML</a></li>
<li>
<a href="https://developer.mozilla.org/docs/Web/CSS">CSS</a></li>
<li>
<a href="https://developer.mozilla.org/docs/Web/Javascript">JS</a></li>
</ul>
</body>
</html>