When I enter into my tag h1
a phrase.
For example, I write a phrase in french -> Nous découvrir en vidéo
<h1 class="primaryTitle"> Nous découvrir en vidéo </h1>
In the display, I get this message
Nous découvrir en vidéo
I don't understand where comes the problem ?
I think, the problem is perhaps here ?
<!DOCTYPE html><html>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1" />
<head>
<title>title</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" href="../favicon.gif" >
<script language="JavaScript" type="text/javascript">
</script>
</head>
Thanks