Cannot display Greek letters in browser

I am developing a website using html and css and I do not see Greek letters. Instead, I see only characters. I have the following line in my html file:

<meta http-equiv="content-type" content="text/html;charset=utf-8" />

I also tried:

<meta http-equiv="content-type" content="text/html;charset=windows-1253" />
<meta http-equiv="content-type" content="text/html;charset=ibm869" />
<meta http-equiv="content-type" content="text/html;charset=ibm737" />
<meta http-equiv="content-type" content="text/html;charset=iso-8859-7"/>
<meta http-equiv="content-type" content="text/html;charset=x-mac-greek"/>
<meta http-equiv="content-type" content="text/html;charset=x-EBCDIC-GreekModern "/>
<meta http-equiv="content-type" content="text/html;charset=x-EBCDIC-Greek "/>

Nothing succeeded! postscript I tried this in Firefox and Internet Explorer

+5
source share
3 answers

According to your comment

Open the Notepad file, File - Save As in the top menu, then open the Save As dialog box in which you can select the character encoding. Make sure UTF-8 is selected, not ANSI

UTF-8, ( , , )

+9

/ , ​​. - , , . .

Chrome:

enter image description here

+3

. utf-8. CSS.

,

0

All Articles