Hello, I don't understand where to put HTTP header values ? Not in meta, and not in head. I have difficulty with validating that: Content-Language: fr,pt-br,en
<!DOCTYPE html>
Content-Language: fr,pt-br,en
<HTML lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Accueil - Home - Página inicial</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="./magie/template-index.css">
</head>
Thank you very much =)