+ 4
How can I write letters in next line in web? (sry for my English 😂)
I heard thing about /n. Can I use it? Where I should place it?
8 Respuestas
+ 15
You can force a like break with <br> tag in HTML. 😉
+ 4
What language?
+ 3
ok i will try it thx =D
+ 3
it works thx 😄😄
+ 2
JavaScript
+ 2
\n doesn't work in HTML tags
+ 2
\n is for js, try <br> in html 👍
- 2
Nothing