Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head><title>hello world!</title></head>
  4. <body>
  5. <main>
  6. <article>
  7. <header>
  8. <h1>Flexbox: The definitive guide</h1>
  9. <aside>
  10. <header>
  11. <h2>About the author: Wes McSilly</h2>
  12. <p><a href="./wes-mcsilly/">Contact him! (Why would you?)</a></p>
  13. </header>
  14. <p>Expert in nothing but Flexbox. Talented circus sideshow.</p>
  15. </aside>
  16. </header>
  17. <p><ins>The guide about Flexbox was supposed to be here, but it
  18. turned out Wes wasn’t a Flexbox expert either.</ins></p>
  19. </article>
  20. </main>
  21.  
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement