Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> <p>A normal horizontal line:</p> <hr> <p>A horizontal line with a width of 30%:</p> <hr width="30%"> </body> </html>