Show Output
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Example of HTML hr tag</title> </head> <body> <p>This is a paragraph</p><hr> <p>This is a another paragraph</p> </body> </html>