write a html code to create a simple horizontal line on the webpage with size as 5 and width 30 %
Answers
Answered by
2
Answer:
<hr>
<style>
hr{
size = 5px;
width= 30%
}
</style>
Similar questions
Math,
3 months ago
India Languages,
3 months ago
English,
7 months ago
Computer Science,
7 months ago
Math,
11 months ago
Science,
11 months ago