Un peu de retard sah
This commit is contained in:
18
APL1.2/Html1.2/tp3/Exercice3.html
Normal file
18
APL1.2/Html1.2/tp3/Exercice3.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
Reference in New Issue
Block a user