get it on google playCreated with Sketch.
HTML> Line breaks

Line breaks

We can separate lines with the help of the line break tag: <br>.

 <body>
  <h1>My favorite things</h1>
  <p>
   Raindrops on roses<br>
   Whiskers on kittens<br>
   Bright copper kettles<br>
   Warm woolen mittens
  </p>
 </body>
TRY IT ON THE APP