0
Hieroglyphs instead of English letters in html
I tried to use meta, and decode to “utf8” but it isn’t working too Help me pls to solve this problem
6 ответов
+ 1
Can you post your code?
As i know it is utf-8(used for most languages) so maybe missing "-" is problem.
+ 1
This look fine except closening head tag, you have 2 of tham, maybe this make bug
0
I put meta into <head>, code was written with Eng language
0
<meta charset="UTF-8">
If your code is diferent replace it with this.
We cant help you well if we dont see your code, i can just guess.
0
<html>
<head>
<meta charset="UTF-8" />
<title>Thirst page</title>
</head>
</head>
<body>
<h1>This is thirst</h1>
<h2>This is second </h2>
<a>Work <br/> page</a>
<a align="center"> Text align to center </a>
<hr width="100%">
<ol>Check list</ol>
<li>1. Line </li>
<li>2. Line</li>
<li>3. Line
<table border="3">
<tr>
<td bgcolor="orange">Thirst line</td>
<td>Example varient</td>
</tr>
<tr>
<td bgcolor="green">Complete/td>
</tr>
</table>
</li>
</body>
</html>
0
May be this info can help
I use vs code on my MacBook, so I compilate the programm to the safari