Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
olá pessoal, o w3c nao valida meu html, queria saber porque nao esta validando..
Validation Output: 15 Errors
1. Error Line 16, Column 11: ID "TOPO" already defined
<div id="topo">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
2. Info Line 15, Column 20: ID "TOPO" first defined here
<a name="topo" id="topo"></a>
3. Error Line 42, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
4. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
5. Error Line 47, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
6. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
7. Error Line 52, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
8. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
9. Error Line 57, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
10. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
11. Error Line 62, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
12. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
13. Error Line 71, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
14. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
15. Error Line 76, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
16. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
17. Error Line 81, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
18. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
19. Error Line 86, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
20. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
21. Error Line 91, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
22. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
23. Error Line 96, Column 12: ID "TRABALHO" already defined
<div id="trabalho">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
24. Info Line 37, Column 11: ID "TRABALHO" first defined here
<div id="trabalho">
25. Error Line 124, Column 12: ID "TEXTO" already defined
<div id="texto">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
26. Info Line 105, Column 11: ID "TEXTO" first defined here
<div id="texto">
27. Error Line 140, Column 12: ID "TEXTO" already defined
<div id="texto">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
28. Info Line 105, Column 11: ID "TEXTO" first defined here
<div id="texto">
29. Error Line 148, Column 12: ID "TEXTO" already defined
<div id="texto">
✉
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).
30. Info Line 105, Column 11: ID "TEXTO" first defined here
<div id="texto">
por causa desses erros, meu site vai estar fora dos padrões web??
Carregando comentários...