How to add text in-between <hr> line in html. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How to add text in-between <hr> line in html.

22nd Oct 2018, 12:49 PM
Aditya Raj
Aditya Raj - avatar
3 ответов
22nd Oct 2018, 1:21 PM
Calviղ
Calviղ - avatar
+ 2
if i understand what do you mean, you cant. But this is a solution <div>text</div> style: div{ width: 100%; height: 20px; border-top: 1px solid black; border-bottom: 1px solid black; }
22nd Oct 2018, 12:58 PM
Ramphy Aquino Nova
Ramphy Aquino Nova - avatar
0
#Calvin your code is not working as like as i wanted.
23rd Oct 2018, 12:13 AM
Aditya Raj
Aditya Raj - avatar