http://validator.w3.org/check?uri=3Dhttp%3A%2F%2Fwww.enssib.fr%2Fnpds%2Fmap.=
php
Markup Validation Service
Check the markup (HTML, XHTML, =E2=80=A6) of Web documents
Jump To: Validation Output
This page is not Valid XHTML 1.0 Strict!
Result: Failed validation, 610 Errors
Address:
Encoding: iso-8859-1 (detect automatically) utf-8 (Unicode,
worldwide) utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe)
iso-8859-2 (Central Europe) iso-8859-3 (Southern Europe) iso-8859-4
(North European) iso-8859-5 (Cyrillic) iso-8859-6-i (Arabic)
iso-8859-7 (Greek) iso-8859-8 (Hebrew, visual) iso-8859-8-i (Hebrew,
logical) iso-8859-9 (Turkish) iso-8859-10 (Latin 6) iso-8859-11 (Latin/
Thai) iso-8859-13 (Latin 7, Baltic Rim) iso-8859-14 (Latin 8, Celtic)
iso-8859-15 (Latin 9) iso-8859-16 (Latin 10) us-ascii (basic English)
euc-jp (Japanese, Unix) ****ft_jis (Japanese, Win/Mac) iso-2022-jp
(Japanese, email) euc-kr (Korean) gb2312 (Chinese, simplified) gb18030
(Chinese, simplified) big5 (Chinese, traditional) Big5-HKSCS (Chinese,
Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u (Ukrainian) iso-
ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250 (Central
Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe)
windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew)
windows-1256 (Arabic) windows-1257 (Baltic Rim)
Doctype: XHTML 1.0 Strict (detect automatically) XHTML 1.0 Strict
XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01 Strict HTML 4.01
Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC 15445:2000
("ISO HTML") XHTML 1.1 XHTML Basic 1.0 XHTML-Print 1.0 XHTML 1.1 plus
MathML 2.0 XHTML 1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0
SVG 1.1 SVG 1.1 Tiny SVG 1.1 Basic SMIL 1.0 SMIL 2.0
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
OptionsShow Source Show Outline List Messages Sequentially Group Error
Messages by type
Validate error pages Verbose Output Clean up Markup with HTML Tidy
Help on the options is available.
=E2=86=91 Top
Validation Output: 610 Errors
Line 140, Column 77: required attribute "alt" not specified.
=E2=80=A6/><img src=3D"/images/ordremodule2.gif"> <a href=3D"sections.php?
rubric=3D8">Enssib=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 78: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6><img src=3D"/images/ordremodule2.gif"> <a href=3D"sections.php?
rubric=3D8">Enssib<=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 42: start tag was here.
=E2=80=A6Plan du site</h2>Partie ECOLE : <br/><img src=3D"/images/
ordremodule2.gif"> <a Line 140, Column 211: required attribute "alt"
not specified.
=E2=80=A6<img src=3D"/images/ordrechapitre2.gif"> <a href=3D"sections.php?
op=3Dlistarticles&=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 212: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6img src=3D"/images/ordrechapitre2.gif"> <a href=3D"sections.php?
op=3Dlistarticles&s=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 174: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrechapitre2.gif"> < Line 140, Column 251: cannot generate system
identifier for general entity "secid".
=E2=80=A6a href=3D"sections.php?op=3Dlistarticles&secid=3D17">Editorial -
Av=
ril
2008</a><br/=E2=9C=89
An entity reference was found in the document, but there is no
reference by that name defined. Often this is caused by misspelling
the reference name, unencoded ampersands, or by leaving off the
trailing semicolon (;). The most common cause of this error is
unencoded ampersands in URLs as described by the WDG in "Ampersands in
URLs".
Entity references start with an ampersand (&) and end with a semicolon
(;). If you want to use a literal ampersand in your document you must
encode it as "&" (even inside URLs!). Be careful to end entity
references with a semicolon or your entity reference may get
interpreted in connection with the following text. Also keep in mind
that named entity references are case-sensitive; &Aelig; and æ
are different characters.
If this error appears in some markup generated by PHP's session
handling code, this article has explanations and solutions to your
problem.
Note that in most documents, errors related to entity references will
trigger up to 5 separate messages from the Validator. Usually these
will all disappear when the original problem is fixed.
Line 140, Column 251: general entity "secid" not defined and no
default entity.
=E2=80=A6a href=3D"sections.php?op=3Dlistarticles&secid=3D17">Editorial -
Av=
ril
2008</a><br/=E2=9C=89
This is usually a cascading error caused by a an undefined entity
reference or use of an unencoded ampersand (&) in an URL or body text.
See the previous message for further details.
Line 140, Column 256: reference not terminated by REFC delimiter.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D17">Editorial - Avril
2=
008</
a><br/>&nbs=E2=9C=89
If you meant to include an entity that starts with "&", then you
should terminate it with ";". Another reason for this error message is
that you inadvertently created an entity by failing to escape an "&"
character just before this text.
Line 140, Column 256: reference to external entity in attribute
value.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D17">Editorial - Avril
2=
008</
a><br/>&nbs=E2=9C=89
This is generally the sign of an ampersand that was not properly
escaped for inclusion in an attribute, in a href for example. You will
need to escape all instances of '&' into '&'.
Line 140, Column 256: reference to entity "secid" for which no system
identifier could be generated.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D17">Editorial - Avril
2=
008</
a><br/>&nbs=E2=9C=89
This is usually a cascading error caused by a an undefined entity
reference or use of an unencoded ampersand (&) in an URL or body text.
See the previous message for further details.
Line 140, Column 250: entity was defined here.
=E2=80=A6<a href=3D"sections.php?op=3Dlistarticles&secid=3D17">Editorial -
A=
vril
2008</a><br Line 140, Column 422: required attribute "alt" not
specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 423: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 388: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 639: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 640: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 605: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 841: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 842: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 807: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 1055: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 1056: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 1021: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 1325: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 1326: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 1291: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 1542: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 1543: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 1508: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 1760: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 1761: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 1726: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 1932: required attribute "alt"
not specified.
=E2=80=A6<img src=3D"/images/ordrechapitre2.gif"> <a href=3D"sections.php?
op=3Dlistarticles&=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 1933: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6img src=3D"/images/ordrechapitre2.gif"> <a href=3D"sections.php?
op=3Dlistarticles&s=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 1895: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrechapitre2.gif"> < Line 140, Column 1977: reference not terminated
by REFC delimiter.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D26">Organisation</a><br=
/
> &n=E2=9C=89
If you meant to include an entity that starts with "&", then you
should terminate it with ";". Another reason for this error message is
that you inadvertently created an entity by failing to escape an "&"
character just before this text.
Line 140, Column 1977: reference to external entity in attribute
value.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D26">Organisation</a><br=
/
> &n=E2=9C=89
This is generally the sign of an ampersand that was not properly
escaped for inclusion in an attribute, in a href for example. You will
need to escape all instances of '&' into '&'.
Line 140, Column 1977: reference to entity "secid" for which no
system identifier could be generated.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D26">Organisation</a><br=
/
> &n=E2=9C=89
This is usually a cascading error caused by a an undefined entity
reference or use of an unencoded ampersand (&) in an URL or body text.
See the previous message for further details.
Line 140, Column 250: entity was defined here.
=E2=80=A6<a href=3D"sections.php?op=3Dlistarticles&secid=3D17">Editorial -
A=
vril
2008</a><br Line 140, Column 2133: required attribute "alt" not
specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 2134: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 2099: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 2349: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 2350: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 2315: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 2564: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 2565: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 2530: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 2795: required attribute "alt"
not specified.
=E2=80=A6sp;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&a=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 2796: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6p;<img src=3D"/images/ordrecours2.gif"> <a href=3D"sections.php?
op=3Dviewarticle&am=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 2761: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrecours2.gif"> <a h Line 140, Column 2974: required attribute "alt"
not specified.
=E2=80=A6<img src=3D"/images/ordrechapitre2.gif"> <a href=3D"sections.php?
op=3Dlistarticles&=E2=9C=89
The attribute given above is required for an element that you've used,
but you have omitted it. For instance, in most HTML and XHTML document
types the "type" attribute is required on the "script" element and the
"alt" attribute is required for the "img" element.
Typical values for type are type=3D"text/css" for <style> and
type=3D"text/
javascript" for <script>.
Line 140, Column 2975: end tag for "img" omitted, but OMITTAG NO was
specified.
=E2=80=A6img src=3D"/images/ordrechapitre2.gif"> <a href=3D"sections.php?
op=3Dlistarticles&s=E2=9C=89
You may have neglected to close an element, or perhaps you meant to
"self-close" an element, that is, ending it with "/>" instead of ">".
Line 140, Column 2937: start tag was here.
=E2=80=A6; <img src=3D"/images/
ordrechapitre2.gif"> < Line 140, Column 3019: reference not terminated
by REFC delimiter.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D84">Partenariats</a><br=
/
> &n=E2=9C=89
If you meant to include an entity that starts with "&", then you
should terminate it with ";". Another reason for this error message is
that you inadvertently created an entity by failing to escape an "&"
character just before this text.
Line 140, Column 3019: reference to external entity in attribute
value.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D84">Partenariats</a><br=
/
> &n=E2=9C=89
This is generally the sign of an ampersand that was not properly
escaped for inclusion in an attribute, in a href for example. You will
need to escape all instances of '&' into '&'.
Line 140, Column 3019: reference to entity "secid" for which no
system identifier could be generated.
=E2=80=A6f=3D"sections.php?op=3Dlistarticles&secid=3D84">Partenariats</a><br=
/
> &n=E2=9C=89
<snip>
etc.
http://members.aol.com/GODSBRAIN


|