HTML hr Tag

PHOTO EMBED

Tue Feb 08 2022 09:24:36 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javasc #java #php #sass

<!DOCTYPE html>
<html>
<head>
    <title>Example of HTML hr tag</title>
</head>
<body>
    <p>This is the first paragraph of text.</p>
    <hr>
    <p>This is second paragraph of text.</p>
</body>
</html> 
content_copyCOPY

https://elementtutorials.com/ref/hr.html