Code and Output for section:

Code:

    <!DOCTYPE html>
    <html>
    <head>
      <title>HTML Example</title>
    </head>
    <body>
      <h1>App Genesis soft solutions pvt ltd</h1>
      <h1>The section element</h1>


  <section>
    <h2>Google Chrome</h2>
    <p>Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today!</p>
  </section>

  
    </body>
    </html>
  

Output:

App Genesis soft solutions pvt ltd

The section element

Google Chrome

Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today!