br HTML元素

来源:百度文库 编辑:神马文学网 时间:2024/04/29 10:02:39
定义
插入一个换行符。
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.
This element does not require a closing tag.
示例代码
在HTML里如何换行