CodeLab
Tutorials For Everyone
Run
<!Doctype HTML> <html> <head> <title>HTML Line breaks</title> </head> <body> <h4>Morning Exercise</h4> <p>Morning exercise is very important for us<br> it keeps us healthy><br> and gives required energy to our body.<br> Also it has lasting impacts on our health<br> we should make a habit of doing exercise properly and daily. </p> </body> </html>