Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

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

user-image
Question added by Faten Almajaly
Date Posted: 2015/03/25
Rini Raju
by 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
by 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

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.