Is it possible to get users to write on the <hr/> tag like you would in a regular Notes app? Please help me here. THANKS. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to get users to write on the <hr/> tag like you would in a regular Notes app? Please help me here. THANKS.

I always wanted to do a Notes App but when I asked here in Solo Learn what I should learn they said I should learn a language I have very little interest in. So I tried to make it with only HTML & CSS. I just have one question. Is it possible to get users to write on the <hr/> tags like you would on a regular notes app? Thanks. https://code.sololearn.com/Wm8fO3gn4fiN/?ref=app

10th Mar 2020, 1:03 AM
Ruth De Leon
Ruth De Leon - avatar
1 Answer
0
i’m not sure that they can write on the <hr>. You probablt need to use <input> or <textarea> and you could add a border under the input so it looks like the way you have it set up. Kind of like this: https://code.sololearn.com/W7Baw535XxR3/?ref=app ...
10th Mar 2020, 2:09 AM
Ginfio
Ginfio - avatar