+ 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
1 Antwort
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
...