Write down about the <HR> tag with example (only one line code) in HTML.
Answers
Answered by
2
Answer:<HTML>
<head>
<title> answer </title>
</head>
<body>
<p1> something write </p1>
<p6> something </p6>
<hr>this is a horizontal line </hr>
</body>
</html>
Explanation:
Similar questions