Computer Science, asked by thinnova79, 7 months ago

write a html code to create a simple horizontal line on the webpage with size as 5 and width 30 %​

Answers

Answered by arbazali01
2

Answer:

<hr>

<style>

hr{

size = 5px;

width= 30%

}

</style>

Similar questions