BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <body> <p>A normal horizontal line:</p> <hr> <p>A horizontal line with a width of 50%:</p> <hr style="width:50%"> </body> </html>
运行结果