get it on google playCreated with Sketch.
HTML> Divs

Divs

To create a group of elements, we surround the elements with <div> and </div> tags.

 <body>
  <div>
   <h3>Latest News</h3>
   <h1>Where VC's are investing in Fintech</h1>
   <p>Arman</p>
  </div>
 </body>
TRY IT ON THE APP