0
<hr> tag
I cant put the width and text on same line. Sorry my launguage
8 odpowiedzi
+ 3
Harold Finch You mean something like
https://code.sololearn.com/Wnz0rEp6WL55/?ref=app
?
+ 1
hr is a block-level element and will not work properly when turned into an inline one. An hr always goes into the next line and occupies a line alone.
+ 1
Okey i understand now thanks so much
+ 1
My pleasure! 😀
+ 1
KrOW yea that is one possible way but I think he wanted the text on the other side of the line. Then it would be difficult to adjust the width to fit.
+ 1
KrOW yes yes something like that thanks for the answers both of you
0
Could you please elaborate?
The <hr> tag is used to create a horizontal line that spans all the way across the website.
0
Paul grasser you mean there is no way to put them same line. İf i wanna write some words and draw a line like the continuation of the sentence, what i need to use? CSS or JavaScript?