+ 2
I dare you to show how to make vertical line in HTML only .
it's easy as well as horizontal line .
17 odpowiedzi
+ 11
<hr width="1" size="400">
+ 7
How?
+ 6
<hr style="transform:rotate(90deg);-webkit-transform:rotate(90deg);">
+ 6
~_~ (CSS inside HTML not accepted?)
+ 6
^_^
+ 2
I want you to figure it out . or anyone else .
+ 2
we make horizontal line with <hr> tag , what about vertical line ?
+ 2
I said only HTML @Valentin Hacker
+ 2
no
+ 2
congratulations , you're the BEST .
+ 2
yeah , he's the best
+ 2
you won't find this trick in sololearn , I bet you to
+ 2
BTW sololearn is not the best source to learn from but It encourages .
+ 1
Since you didn't specify how long the vertical line should be, I would just type a pipe | character or | to produce a vertical bar.