Advertisement
Guest User

Untitled

a guest
May 21st, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8.     <title>Semantic Blog Layout</title>
  9. </head>
  10.  
  11. <body>
  12.     <header>
  13.         <h1>News</h1>
  14.         <nav>
  15.             <ul>
  16.                 <li><a href="#">Sport</a></li>
  17.                 <li><a href="#">Music</a></li>
  18.             </ul>
  19.         </nav>
  20.     </header>
  21.     <main>
  22.         <section>
  23.             <header>
  24.                 <h2>Sport</h2>
  25.             </header>
  26.             <article>
  27.                 <h4>The Woman Who Outruns the Men, 200 Miles at a Time</h4>
  28.                 <p>Courtney Dauwalter specializes in extremely long races. But her success in winning them has opened a
  29.                     debate about how men’s innate strength advantages apply to endurance sports.</p>
  30.                 <p>She saw live puppets playing on a swing set on the side of the trail. Trees and rocks turned into
  31.                     faces. She was on her second night without sleep, 165 miles into a 205-mile race through the
  32.                     mountains, pushing her body to levels considered physically impossible not long ago, and seeing very
  33.                     strange things in the night.</p>
  34.                 <p>By Troy McClure. Published <time>'2017-1-3' January 3rd</time></p>
  35.             </article>
  36.             <article>
  37.                 <h4>V.A.R. at the Women’s World Cup? FIFA Still Won’t Say</h4>
  38.                 <p>PARIS — As the men’s World Cup was winding down last summer in Russia, FIFA’s president, Gianni
  39.                     Infantino, used his final news conference to heap praise on the video assistant referee system,
  40.                     which had been used for the first time at the tournament. It had become, Infantino declared,
  41.                     “difficult to think about the World Cup without V.A.R.”</p>
  42.                 <p>It remains to be seen whether Infantino was referring only to the men’s game when he essentially
  43.                     called the technology indispensable.</p>
  44.                 <p>To the dismay of some top players and coaches in the women’s game, FIFA, the governing body of
  45.                     international soccer, has not confirmed whether V.A.R. will be used at the Women’s World Cup next
  46.                     summer in France.</p>
  47.                 <p>By Mike Franc. Published <time>'2018-12-15' December 15th</time></p>
  48.             </article>
  49.         </section>
  50.         <section>
  51.             <header>
  52.                 <h2>Music</h2>
  53.             </header>
  54.             <article>
  55.                 <h4>The Best Music Videos of 2018</h4>
  56.                 <p>ll be the most powerful way for an artist to introduce us to their creative world, unveil a new
  57.                     aesthetic, or offer an emotional short story. This year saw newcomers like Tierra Whack and Rosalía
  58.                     astound with their ambitious visions.</p>
  59.                 <p>Beyoncé, JAY-Z, and Childish Gambino used videos to make bold political statements that instantly
  60.                     went viral. And LCD Soundsystem and Hurray for the Riff Raff gave us beautifully shot and acted
  61.                     mini-movies. These bursts of sound and image are readily accessible, mercifully brief, and, at their
  62.                     best, a lot more fulfilling than mindlessly scrolling through Instagram. Here are our 25 favorites
  63.                     from this year.</p>
  64.                 <p>By Mike Franc. Published <time>'2018-01-03'January 3rd</time></p>
  65.             </article>
  66.             <article>
  67.                 <h4>In Sight Out: Liz Phair</h4>
  68.                 <p>Emerging from the indie-rock boys club of Chicago in the early 1990s, Liz Phair made her name with
  69.                     her 1993 masterpiece Exile in Guyville, a song-by-song response to the Rolling Stones’ Exile on Main
  70.                     Street.</p>
  71.                 <p>It made her a star. This year, to celebrate Exile in Guyville’s 25th anniversary, Phair’s label
  72.                     Matador released Girly-Sound to Guyville, a collection of the home-recorded tapes that she made
  73.                     leading up to Guyville which offer a detailed look at the process and genius behind a feminist rock
  74.                     classic.</p>
  75.                 <p>By Mike Franc. Published <time>'2018-01-03' January 3rd</time></p>
  76.             </article>
  77.         </section>
  78.     </main>
  79.     <footer>
  80.         <p>&copy; 2017 InternetingIsHard.com</p>
  81.         <p>Please contact <a href="">Troy McClure</a> for questions about this article.</p>
  82.     </footer>
  83. </body>
  84.  
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement