Computer Science, asked by apoorva6224, 1 year ago

We do not write </hr
Hands On
Type the HTML code given below using HR tag and draw the output obtained.
Output
Help
sample.html - Notepad
File Edit Format View
<htm
<head>
<title>
Learning hr Tag
</title>
<head>
<body>
This text will be followed by a horizontal line
</body>
</html>

Answers

Answered by eswarvts
3

Horizontal Lines

We don't with <hr /> as </hr>. Because if we write like this horizontal line will ends. So it doesn't appear in webpage or output.....

Here is the program....

<html>

<head>

<title>Learning hr tag

</title>

</head>

<body>

<hr />

The text will be followed by a horizontal line

<hr />

</body>

</html>

Output..

Page title will appear on title bar

__________________________

The text will be followed by a horizontal line

__________________________

I hope it will helps you.....

Please mark me as Brainliest.....

@eswarvts

Similar questions