+ 6
How can I create new line in Html
Html
3 Answers
+ 32
Anuska Dey
â¨Use <br/> tag To add a line break to your HTML code, you use the <br/> tag.
+ 4
Use the <br> anyway you want. You can use it with the slash on the beginning or the end. It doesn't need a closing tag also.
+ 3
If you wannna ask how to start new line you can use <br/> tag for that it will help you in breaking any line at the same time you can start a new line.