+ 2
How to add a horizontal line in html?
Also give example with a proper html code which run properly
9 Respuestas
+ 5
U can use <hr> tag
You can also make "Vertical Lines" by Horizontal Rule.
For Example Vertical Line –
<hr width = "1" size = "255" />
+ 1
You can add a horizontal line using the <hr> tag.
Not attaching a code here. You can check it in the code playground. You just need to put <hr> in the <body> tag.
+ 1
it is <hr/> with no closing tags
0
Write here answer plz
0
Thanks
0
<hr> tag is what you need to make a horizontal line
0
<hr> self closing tag
0
Use <hr> tag
0
hr