Computer Science, asked by PAULENENCHE2009, 9 months ago

Write the code to draw A HORIZONTAL LINE

Answers

Answered by namitachetri010
1

Hi frnd your answer

Answer : 1) <hr style = " border: 4px soild blue ;" / >

2) <hr style = " border : 2px soild red ;" / >

3) <hr style = " border : 2px soild # 5b 9aa 0;" / >

Plz mark as brainlest

Answered by Rohith200422
2

Answer:

Its simple to add a horizontal line in your markup, just add: <hr>. Browsers draw a line across the entire width of the container, which can be the entire body or a child element.

Explanation:

You can easily add a horizontal line to your page with one short piece of HTML code.

<hr style="border: 4px solid blue;" />

<hr style="border: 2px solid red;" />

<hr style="border: 2px solid#5b9aa0;" />

I hope this will helps you plz mark as brainliest answer and also like my answer plz.

Similar questions