1<!DOCTYPE html>
2<html>
3<body>
4
5<h1>The main element</h1>
6
7<main>
8 <h1>Most Popular Browsers</h1>
9 <p>Chrome, Firefox, and Edge are the most used browsers today.</p>
10 <article>
11 <h2>Google Chrome</h2>
12 <p>Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today!</p>
13 </article>
14</body>
15</html>