Hieroglyphs instead of English letters in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

20th Dec 2021, 5:33 PM
Матвей Барканов
Матвей Барканов - avatar
6 Answers
+ 1
Can you post your code? As i know it is utf-8(used for most languages) so maybe missing "-" is problem.
20th Dec 2021, 6:01 PM
PanicS
PanicS - avatar
+ 1
This look fine except closening head tag, you have 2 of tham, maybe this make bug
20th Dec 2021, 9:51 PM
PanicS
PanicS - avatar
0
I put meta into <head>, code was written with Eng language
20th Dec 2021, 6:05 PM
Матвей Барканов
Матвей Барканов - avatar
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.
20th Dec 2021, 7:25 PM
PanicS
PanicS - avatar
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>
20th Dec 2021, 7:31 PM
Матвей Барканов
Матвей Барканов - avatar
0
May be this info can help I use vs code on my MacBook, so I compilate the programm to the safari
21st Dec 2021, 6:37 PM
Матвей Барканов
Матвей Барканов - avatar