简要咨询咨询QQ网站导航网站搜索手机站点联系我们设为首页加入收藏 

html中br和br/的区别介绍

来源:易贤网   阅读:1000 次  日期:2016-06-23 09:24:39

温馨提示:易贤网小编为您整理了“html中br和br/的区别介绍”,方便广大网友查阅!

answer from stackflow:

simply <br> is sufficient.

the other forms are there for compatibility with xhtml; to make it possible to write the same code as xhtml, and have it also work as html. some systems that generate html may be based on xml generators, and thus not have the ability to output just a bare <br> tag; if you're using such a system, it's fine to use <br/>, it's just not necessary if you don't need to do it.

very few people actually use xhtml, however. you need to serve your content as application/xhtml+xml for it to be interpreted as xhtml, and that will not work in ie (it will also mean that any small error you make will prevent your page from being displayed, in browsers that do support xhtml). so, most of what looks like xhtml on the web is actually being served, and interpreted, as html. see serving xhtml as text/html considered harmful for some more information.

意思就是说:html中的规定是<br>空标签,没有结束符,但是在xhtml中,规定是<br/>开始标签后面紧跟结束标签。

在 xhtml 中,<br> 标签必须被正确地关闭,比如这样:<br />。<br> 标签是空标签(意味着它没有结束标签,因此这是错误的:<br></br>)。在 xhtml 中,把结束标签放在开始标签中,也就是 <br />。

更多信息请查看网页制作
点此处就本文及相关问题在本站进行非正式的简要咨询(便捷快速)】     【点此处查询各地各类考试咨询QQ号码及交流群
上一篇:html5注册页面示例代码
下一篇:下面例子为用canvas标签画多条直线
易贤网手机网站地址:html中br和br/的区别介绍
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!