My HTML code for Page title looks like this
<title>Telefonía</title>
When i check it on browser the SPanish character is not displayed exactly like the above
It shows page title as below
I tried using & iacute; AND **&# 237; ** but it doesnt work in PAGE TITLE
Here is my website url http://tinyurl.com/agdsqff i checked all the special codes but it doesnt work
This works.
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Telefonía</title>
</head>
Put this in your <head>
:
<meta charset="UTF-8">
and if you want change your title dynamically in you .js put:
document.title="telefonía";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With