What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

why it is not working?

lerigol

New member
Hello guys! I am new here! could you please help me? I think I declare everything right, but my website is not showing portuguese characters. Also, the original source code changes completely!

My code on Visual Studio:

<!DOCTYPE HTML>
<html lang=”pt-br”>
<head>
<meta charset=”UTF-8”>
<link rel=”stylesheet” type=”text/css” href=””>
<title></title>
</head>
<body>
çêéíÚ
</body>
</html>

What is showing after I upload it:

<!DOCTYPE HTML>
<html lang=â€pt-brâ€>
<head>
<meta charset=â€UTF-8â€>
<link rel=â€stylesheet†type=â€text/css†href=â€â€>
<title></title>
</head>
<body>
çêéÃÚ
</body>
</html>

What do I have to do??? hahaha Sorry, I am totally new! I don´t know it is because my domain is international! I have no idea! if someone wants to give some explanation, I WILL BE GLAD!!!!

Thanks!
 
Back
Top