如何在HTML中显示西班牙语单词 [英] How to Display Spanish Words in Html

查看:279
本文介绍了如何在HTML中显示西班牙语单词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

如何在html之类的RECEPCIÓN
中显示西班牙语单词
我希望它在输出中非常清楚地显示,但是它会在特定的"O"上显示一些符号,我该怎么办.

谢谢
Ganapathi

Hi All,

How to display spanish words in html like RECEPCIÓN

I want this to be displayed in output very clearly but it shows some symbol on particular ''O'' what can i do.

Thanks
Ganapathi

推荐答案

如果直接将其写入html页面,则它将正确显示. 看到我下面的代码..只需将其另存为test.html并测试..
if you are directly writen it into html page then it will display correctly..
see my below code.. just save it as test.html and test..
<html>
<head></head>
<body>
<table border=1>
<tr><td>RECEPCIÓN</td><td>RECEPCIÓN</td></tr>
<tr><td>RECEPCIÓN</td><td>RECEPCIÓN</td></tr>
</table>
<body>
</html>




请参考 [
Hi,

Please refer this[^] for your problem

Thanks
-Amit Gajjar


添加正确的字符集:

http://www.w3schools.com/tags/ref_charactersets.asp [
Add the correct charset:

http://www.w3schools.com/tags/ref_charactersets.asp[^]

UTF-8 will work for you.

Go to the link: try it yourself and make the tests ;)

Good luck!


这篇关于如何在HTML中显示西班牙语单词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆