Following example show you how to create a horizontal line in your web page using HR html tag. Code: <html> <head> <title>hr element example</title> </head> <body> <p> Hr tag is used to draw a horizontal line in your html page.Notice the line below. </p> <hr> <p> You can...