W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
运行代码
<html> <body> <p>普通的水平线:</p> <hr /> <p>宽度为 50% 的水平线:</p> <hr style="width:50%" /> </body> </html>
x
<
html
>
<
body
>
<
p
>
普通的水平线:
</
p
>
<
hr
/>
<
p
>
宽度为 50% 的水平线:
</
p
>
<
hr
style
=
"width:50%"
/>
</
body
>
</
html
>