kidobreva

BBC News

Oct 9th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <link rel="stylesheet" href="bbc-news.css">
  6.     <title>BBC News</title>
  7. </head>
  8. <body>
  9.         <article>
  10.             <h2><a href="">Business</a></h2>
  11.             <img src="images/Business.jpg" alt="">
  12.             <p>
  13.                 One of Germany's most senior banking regulators has warned London that
  14.                 it is likely to lose its role as "the gateway to Europe" for vital financial services.
  15.                 Dr Andreas Dombret, executive board member for the German central bank, the Bundesbank,
  16.                 said that even if banking rules were "equivalent" between the UK and the rest of the European Union,
  17.                 that was "miles away from access to the single market".
  18.             </p>
  19.         </article>
  20.  
  21.         <article>
  22.             <h2><a href="">Education</a></h2>
  23.             <img src="images/Education.jpg" alt="">
  24.             <p>
  25.                 One in five students in independent schools received extra time
  26.                 to complete GCSE and A-level exams last year.
  27.                 The proportion was significantly higher than those who received
  28.                 the special measure in state schools where the figure is fewer than one in eight.
  29.             </p>
  30.         </article>
  31.  
  32.         <article>
  33.             <h2><a href="">Entertainment</a></h2>
  34.             <img src="images/Entertaiment.jpg" alt="">
  35.             <p>
  36.                 Prominent human rights lawyer Amal Clooney and her husband, award-winning actor George,
  37.                 are expecting twins, Matt Damon has confirmed.
  38.                 Speaking to Entertainment Tonight Canada, the actor explained Clooney had told him
  39.                 the news while they were working together last autumn.
  40.             </p>
  41.         </article>
  42.  
  43.         <article>
  44.             <h2><a href="">Science</a></h2>
  45.             <img src="images/Science.jpg" alt="">
  46.             <p>
  47.                 The first comprehensive assessment of Europe's crickets and grasshoppers has found that
  48.                 more than a quarter of species are being driven to extinction.
  49.                 According to the International Union for Conservation of Nature (IUCN),
  50.                 the insect group is the most threatened of those assessed so far in Europe.
  51.             </p>
  52.         </article>
  53. </body>
  54. </html>
Add Comment
Please, Sign In to add comment