无法在浏览器中显示希腊字母

Dch*_*ris 7 html css encoding metadata character-encoding

我正在使用html和css开发一个网站,我看不到希腊字母.相对于此,我只看到符号.我的html文件中有以下行:

<meta http-equiv="content-type" content="text/html;charset=utf-8" />
Run Code Online (Sandbox Code Playgroud)

我也尝试过:

<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 "/>
Run Code Online (Sandbox Code Playgroud)

什么都没有用!ps我在Firefox和Internet Explorer中试过这个

Joh*_*ohn 10

根据你的评论

在记事本中打开文件,从顶部菜单中选择文件 - >另存为,然后在保存对话框中有一个下拉列表,您可以在其中选择字符编码.确保选择UTF-8而不是ANSI

一旦文件保存为UTF-8,那么添加希腊字母(或俄语,希伯来语,日语或其他)应该没有问题