HTML 参考手册
HTML <hr> align 属性
CSS - 实例:对齐 <hr> 元素
源代码:
点击运行 »
<!DOCTYPE html> <html> <body> <p>This is some text. This is some text. This is some text.</p> <hr style="width:50%;text-align:left;margin-left:0"> <p>This is some text. This is some text. This is some text.</p> </body> </html>
运行结果:
点击运行 »