Computer Science, asked by nishashreevibha1983, 9 months ago

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 harshal4820
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