Select from following answers:- write <charset> tag anywhere in the page
- Write <meta charset="UTF-8" /> inside head tag
- <charset> tag in the body
- All Above
We need to specify meta tag inside the <head></head> to specify the character set used in the web page
<head>
<title></title>
<meta charset="UTF-8" />
</head>
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator