Computer Science, asked by gipsmusicindia, 5 months ago

Write the HTML code for the following.

a) To display a horizontal line with width 30%.​

Answers

Answered by Battleangel
2

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>&lt;body&gt;</p><p>&lt;hr&gt; &lt;width="30"&gt;</p><p>&lt;/hr&gt;</p><p>&lt;/body&gt;</p><p>&lt;/html&gt;

hope this helps you

mark as brainliest

Similar questions