webdump_tests

Testfiles for webdump
git clone git://git.codemadness.org/webdump_tests
Log | Files | Refs | README

main_article.html (722B)


      1 <h1>The main element</h1>
      2 
      3 <main>
      4   <h1>Most Popular Browsers</h1>
      5   <p>Chrome, Firefox, and Edge are the most used browsers today.</p>
      6 
      7   <article>
      8     <h2>Google Chrome</h2>
      9     <p>Google Chrome is a web browser developed by Google, released in 2008. Chrome is the world's most popular web browser today!</p>
     10   </article>
     11 
     12   <article>
     13     <h2>Mozilla Firefox</h2>
     14     <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>
     15   </article>
     16 
     17   <article>
     18     <h2>Microsoft Edge</h2>
     19     <p>Microsoft Edge is a web browser developed by Microsoft, released in 2015. Microsoft Edge replaced Internet Explorer.</p>
     20   </article>
     21 </main>