Bonjour à tous,

Je débute le langage (X) HTML, je suis tombé sur une erreur que je n'arrive pas à résoudre. J'ai fais plusieurs recherches, souvent c'étaient des discussions en anglais mais je ne comprends pas comment résoudre cette erreur.

Merci de votre aide.

Le code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
 <meta charset="UTF-8" />
 <title>S4 Informatique - Quelques UE</title>
 
 
 <style> 
   table td { border : solid  1pt white ; background-color : lightgray; }
 </style>
</head>
<body>
 
		<table>
			<caption>Unités d'enseignement au semestre 4</caption>
		<tr>
			<td><abbr title="Unités d'enseignement">UE</abbr></td>
			<td>nombre heures cours</td>
			<td>nombre heures TD</td>
			<td>nombre heures TP</td>
			<td>total heures étudiants</td>
			<td>Crédits</td>
		</tr>
		<tr>
			<td><abbr title="Algorithmes et Structures de Données"><a href="http://portail.fil.univ-lille1.fr/portail/index.php?dipl=L&sem=S4&ue=ASD&label=Présentation">ASD</a></abbr></td>
			<td>18</td>
			<td>18</td>
			<td>18</td>
			<td>54</td>
			<td>5</td>
		</tr>
		<tr>
			<td><abbr title="Programmation Orientée Objet"><a href="http://portail.fil.univ-lille1.fr/portail/index.php?dipl=L&sem=S4&ue=POO&label=Présentation">POO</a></abbr></td>
			<td>18</td>
			<td>18</td>
			<td>18</td>
			<td>54</td>
			<td>5</td>
		</tr>
		<tr>
			<td><abbr title="Pratique du C"><a href="http://portail.fil.univ-lille1.fr/portail/index.php?dipl=L&sem=S4&ue=PDC&label=Présentation">PDC</a></abbr></td>
			<td>18</td>
			<td>18</td>
			<td>24</td>
			<td>60</td>
			<td>5</td>
		</tr>
		<tr>
			<td><abbr title="Technologies du Web 2"><a href="http://portail.fil.univ-lille1.fr/portail/index.php?dipl=L&sem=S4&ue=TW2&label=Présentation">TW2</a></abbr></td>
			<td>18</td>
			<td>0</td>
			<td>36</td>
			<td>54</td>
			<td>5</td>
		</tr>
		<tr>
			<td>Anglais</td>
			<td>24</td>
			<td>0</td>
			<td>0</td>
			<td>24</td>
			<td>3</td>
		</tr>
		</table>
 
 
 
</body>
</html>
L'erreur:

Fatal Error: required character (found =) (expected

At line 25, column 130

.php?dipl=L&sem=S4&ue=ASD&labe