Bonjour,
J'obtiens deux avertissements d'accès en validant ma page Web à savoir:
Voici le code source de ma page:Code:Access: [6.1.1.1]: style sheets require testing (link) (Priority 1)
On me donne un exemple que voici:Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>Olivier Regnier (2009)</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="copyright" content="This document copyright 2007-2009 by Olivier Regnier." /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> </head> <body> <h1>Hello</h1> </body> </html>
Pourriez-vous me donner des explications complémentaires s'il vous plaît ? Avec pourquoi pas un petit exemple.Code:
1
2
3
4
5
6
7
8
9 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>aert1.0/6.1.1 - This page uses a stylesheet</title> <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WD"> </head> <body> </body> </html>
Merci d'avance :mrgreen: