Bonjour a tous chère développeur,
Voila j'ai un petit souci pour respecter les normes W3C, je m'explique:

1- J'utilise la fonction include dans ma page plusieurs fois du coup j'ai un problème avec <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
et <html xmlns="http://www.w3.org/1999/xhtml"> puisqu'ils sont en doublons.
Le problème est que dès que je les retire j'ai des problèmes avec <head> <body> qui me génère encore plus de fautes.
Donc ma question est comment réaliser des include sans générer d'erreurs auprsè du W3C??

2- J'ai cette erreur là, récurrente pour mon formulaire de contact pour le champs objet ( il y a plusieurs objet prédéfini, l'internaute doit choisir entre l'un d'entre eux). Voici l'erreur:

Line 61, Column 24: document type does not allow element "option" here

<option value='1'>Demande de prix



The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).
Si vous pouvez m'aidez à corriger ces erreurs SVP se serait cool

Merci