加入收藏 | 设为首页 | 会员中心 | 我要投稿 焦作站长网 (https://www.0391zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

XHTML与HTML之间的区别

发布时间:2020-03-18 18:10:59 所属栏目:Linux 来源:互联网
导读:XHTML与HTML之间的区别

Empty Elements Must Also Be Closed
空的元素也必须关闭
Empty elements must either have an end tag or the start tag must end with />.
空的元素也必须有一个结束标签或者开始标签用/>结束。

This is wrong:
这是错误的:

This is a break<br>
Here comes a horizontal rule:<hr>
Here''''s an image <img src="http://www.jb51.net/article/happy.gif" alt="Happy face">This is correct:
这是正确的:

This is a break<br />

Here comes a horizontal rule:<hr />Here''''s an image <img src="http://www.jb51.net/article/happy.gif" alt="Happy face" />
IMPORTANT Compatibility Note:
注意兼容性的关键:
To make your XHTML compatible with today''''s browsers, you should add an extra space before the "http://www.jb51.net/" symbol like this: <br  />, and this: <hr  />.
为了使你的XHTML能够兼容现在的浏览器,你必须在/符号之前加一个特殊的空格,就像这样:<br  />和这样:<hr  />

(编辑:焦作站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读