Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How do you indicate the character set being used by an HTML5 document?

user-image
Question ajoutée par Faten Almajaly
Date de publication: 2015/03/25
Rini Raju
par Rini Raju , Software Engineer , Persistent Systems Limited

 Meta tag is used  to indicate the character set.

&lthead&gt

&ltmeta charset="UTF-8"&gt

&lt/head&gt

Sandhya Binoy
par Sandhya Binoy , Software Professional , Karrox technologies

meta tag is used to indicate char set.The charset  attribute  specifies the character encoding for the html document.

UTF-8: character encoding for Unicode.

ISO-8859-1: character encoding for the Latin alphabet.

<head>

<meta charset="UTF-8">

</head>

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?