我有像钟铃一样的Html(Hello.html)
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Test</title>
</head>
<body>
<div>
¿Hola cómo está?
</div>
</body>
</html>
在浏览器中运行时显示为“Hola cómo está ” 。
Is there any solution to get correct out put without altering the hello.html file?
我希望,它是用西班牙语写的,但我正在寻找任何其他解决办法,例如改变浏览器或编辑器中的编码类型或字体。