what tag do you use to create a vertical line | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what tag do you use to create a vertical line

1st Jun 2016, 10:35 AM
samuel manuel
samuel manuel - avatar
6 Answers
+ 3
Use CSS for that. <div class="vertical-line" style="height: 45px;" /> CSS: div.vertical-line{ width: 1px; background-color: black; height: 100%; float: left; }
1st Jun 2016, 7:36 PM
James Flanders
+ 2
<hr />
8th Jun 2016, 12:52 PM
Reese Hallstrom
Reese Hallstrom - avatar
+ 1
<hr>
11th Jun 2016, 1:06 AM
Albi
+ 1
You can use just <hr> too
11th Jun 2016, 5:56 AM
Pankaj Vaghela
Pankaj Vaghela - avatar
0
thanks
2nd Jun 2016, 8:38 AM
samuel manuel
samuel manuel - avatar
0
use hr tag
9th Nov 2016, 5:13 AM
mohamed abdulkadir abdullahi
mohamed abdulkadir abdullahi - avatar