Bonsoir à tous,
Quelqu'un pourrait me dire d'où viennent mes erreurs de code ?
Généralement, j'arrive à les trouver, mais là...
Je ne comprends rien, je ne sais que retirer ou rajouter
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Error: Attribute span not allowed on element a at this point.
From line 378, column 11; to line 378, column 75
      <li><a id="bt1" href="#introduction"span data-id="div1" class="lien">bol bo
Attributes for element a:
Global attributes
href
target
download
rel
hreflang
type
Error: No space between attributes.
At line 379, column 38
href="#ancre_2"span data-id="d
Error: Attribute span not allowed on element a at this point.
From line 379, column 11; to line 379, column 70
      <li><a id="bt2" href="#ancre_2"span data-id="div2" class="lien">b bl  
Attributes for element a:
Global attributes
href
target
download
rel
hreflang
type
Error: No space between attributes.
At line 380, column 38
href="#ancre_3"span data-id="d
Error: Attribute span not allowed on element a at this point.
From line 380, column 11; to line 380, column 70
      <li><a id="bt3" href="#ancre_3"span data-id="div3" class="lien">b b ob
Attributes for element a:
Global attributes
href
target
download
rel
hreflang
type
Error: No space between attributes.
At line 381, column 38
href="#ancre_4"span data-id="d
Error: Attribute span not allowed on element a at this point.
From line 381, column 11; to line 381, column 70
      <li><a id="bt4" href="#ancre_4"span data-id="div4" class="lien"> b bo 
Attributes for element a:
Global attributes
href
target
download
rel
hreflang
type
Error: Stray end tag nav.
From line 406, column 5; to line 406, column 10
     ↩    </nav> <!-- 
Warning: Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections.
From line 424, column 2; to line 424, column 29
="div3">↩	<section class="cd-section">↩		<p>
Error: Attribute value not allowed on element a at this point.
From line 470, column 1; to line 470, column 48
   </div>↩<a href="#" id="toggler" class="butt" value="#"><br/>↩
Attributes for element a:
Global attributes
href
target
download
rel
hreflang
type
Error: End tag div seen, but there were open elements.
From line 503, column 9; to line 503, column 14
↩↩  </div></div></div>
Error: Unclosed element footer.
From line 472, column 41; to line 472, column 75
y:none;">	<footer class="footer-distributed">↩↩			<
Error: Stray end tag div.
From line 503, column 15; to line 503, column 20
div></div></div></foot
Error: Stray end tag footer.
From line 503, column 21; to line 503, column 29
div></div></footer></div>
Error: Stray end tag div.
From line 503, column 30; to line 503, column 35
></footer></div>↩<scri
Merci pour votre aide,
dhillig