In HTML, what markup should you use to enter multi-line text? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

In HTML, what markup should you use to enter multi-line text?

Can you give me an example?

30th Mar 2018, 4:43 AM
sweetswing2460
1 Respuesta
+ 3
<textarea>write multi line text here</textarea> find more about textarea here :- https://www.w3schools.com/tags/tag_textarea.asp
30th Mar 2018, 5:10 AM
Prateek Narang
Prateek Narang - avatar