Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.   <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7.   <link  href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
  8.   <title>The GLOBAL tips board!</title>
  9.  
  10.   <style>
  11.   body {
  12.  
  13.     font-family:'Roboto' , sand-serif;
  14.     /* font size */
  15.     font-size:18px;
  16.     line-height:1.6em;
  17.     }
  18.   </style>
  19. </head>
  20. <body>
  21.    
  22.  
  23.  
  24.   <h1>
  25. <strong> The GLOBAL tips board!  </strong>
  26. </h1>
  27.   <p>    
  28. <br>
  29. <img src="/photos/gaming.jpg" alt="gaming" width="200">
  30. <br>
  31.  
  32.  
  33. PC games
  34.  
  35.  
  36.  
  37. <br>
  38.  
  39. <img src="/photos/watch_movies.jpg" alt="watch_movies" width="200" >
  40. <br>
  41. Movies
  42. <br>
  43. <img src="/photos/army.jpg" alt="army" width="200">
  44. <br>
  45. Army
  46. <br>
  47. <img src="/photos/teeth_doc.jpg" alt="dentist" width="200">
  48. <br>
  49. Dentist
  50. <br>
  51.  
  52.   </p>
  53.  
  54.  
  55.  
  56.  
  57.  
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement