type the HTML codegiven belowusinHR tag and draw the output otained.
<html>
<head>
<title>
Learning hr tag
</title>
</head>
<body>
This text will be followed by a horizontal line
<hr>
</body>
</html>
Answers
Answered by
2
Answer:
<html>
<head>
<title>
Learning hr tag
</title>
</head>
<body>
This text will be followed by a horizontal line
<hr>
</body>
</html>
Similar questions