-
Notifications
You must be signed in to change notification settings - Fork 0
/
TP3.html
21 lines (21 loc) · 855 Bytes
/
TP3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Page 2</title>
</head>
<body>
<h1>Page 2</h1>
<p>Ceci est le contenu de la page 2.</p>
<ul>
<li><a href="C:\Users\lenovo\Downloads\Nouveau dossier (2)\h1 Bonjour h1.html">Lien vers la page 1</a></li>
<li><a href="C:\Users\lenovo\Downloads\Nouveau dossier (2)\LISTE.html">Lien vers la page 3</a></li>
<li><a href="http://www.google.fr">Lien vers Google</a></li>
<li><a href="C:\Users\lenovo\Downloads\Nouveau dossier (2)\Presentation001_MID005.pdf">Lien vers un fichier PDF</a></li>
<li><a href="#ancre2">Lien vers l'ancre 2</a></li>
<li><a href="../Dossier1/Fichier1.html#ancre1">Lien vers l'ancre 1 dans la page 1</a></li>
</ul>
<a href="#dernieres-nouvelles">Les dernières nouvelles</a>
<h2>Ancre 2</h2>
<p><mark>Ceci est le contenu de l'ancre 2.</mark></p>
</body>
</html>