Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Weird Aircraft</title>
  5. <style>
  6. body {background-color:AliceBlue; text-align:centre}
  7. p {margin-left:30%; margin-right:10%;
  8. text-align:left}
  9. h1 {margin-left:10%; margin-right:10%;
  10. text-align:center; color:black}
  11. h2 {margin-left:10%; margin-right:10%;
  12. text-align:center; color:black}
  13. img {display: block; margin: auto; width="976"; height="549";}
  14. hr {margin-left:600px; margin-right:600px}
  15. </style>
  16.  
  17. </head>
  18. <body>
  19.  
  20. <h1>BBC News Archiver</h1>
  21. <h2>Wed, 25th Oct 2017 </h2>
  22. <img src="bbcnews.png" border="2">
  23. <p><b> News Source: </b> <a href="http://feeds.bbci.co.uk/news/rss.xml?edition=uk"> http://feeds.bbci.co.uk/news/rss.xml?edition=uk </a></p>
  24. <p><b> Archivist: </b> Harrison Tomkins </p>
  25. <hr>
  26.  
  27.  
  28. <h2>##title## </h2>
  29. <img src="##image##" border="1">
  30. <br></br>
  31. <p>##description## </p>
  32. <br></br>
  33. <p><b> Full Story:</b> <a href="##source##"> ##source##</a></p>
  34. <p><b> Date:##date## </b> </p>
  35. <hr>
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. </body>
  44.  
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement