1<main>
2 <h1>Most Popular Browsers</h1>
3 <p>Chrome, Firefox, and Edge are the most used browsers today.</p>
4
5 <article>
6 <h2>Google Chrome</h2>
7 <p>Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today!</p>
8 </article>
9
10 <article>
11 <h2>Mozilla Firefox</h2>
12 <p>Mozilla Firefox is an open-source web browser developed by Mozilla. Firefox has been the second most popular web browser since January, 2018.</p>
13 </article>
14
15 <article>
16 <h2>Microsoft Edge</h2>
17 <p>Microsoft Edge is a web browser developed by Microsoft, released in 2015. Microsoft Edge replaced Internet Explorer.</p>
18 </article>
19</main>