HTML

1个成员

HTML元素 - br

发表于 2017-02-11 3682 次查看

定义

插入一个换行符。

Inserts a line break.

注释

此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 以上版本的脚本中可用。

此元素不改变内容的显示格式。

此元素不需要关闭标签。

The BR element is available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.

This element is not rendered.

 

<html>
<body>

<p>
要<br>在一段<br>里<br>换行<br>请使用<br>br这个Tag。
</p>

</body>
</html>

This element does not require a closing tag.

发表回复
你还没有登录,请先登录注册