Computer Science, asked by Sharma5662, 1 year ago

How can write to show various horizontal rules in html?

Answers

Answered by mukul572
0
Please mark as brainlist.
Attachments:

mukul572: plzzzzzzzz mark as brainlist
mukul572: plzzzzzzzz
Answered by Anonymous
1

Explanation:

<html>

<head>

<title>my first webpage </title>

</head>

<body>

<HR >

<HR size = 10 pixels>

<HR size = 68 pixels>

<HR size = 78 pixels>

</body>

</html>

hope this helps you

Similar questions