Guest User

Untitled

a guest
Dec 3rd, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8"/>
  5.     <title>Doge Social Network</title>
  6. <style>
  7.     body  {
  8.         background-color: skyblue;
  9.         }
  10.     h1 {
  11.         font-size:200%;
  12.     }
  13. </style>
  14. </head>
  15. <body>
  16.     <h1> Profile of Doge </h1>
  17.     <hr color="#A0A0A0"/>
  18.     <img src="doge.jpg" width="150" height="150"/>
  19.     <div>
  20.         <strong> Name: </strong> Doge </br>
  21.         <strong> Birthday: </strong> Top secret </br>
  22.         <strong> Occupation: </strong> Celebrity </br>
  23.         <strong> Area of occupation: </strong> Web
  24.     </div>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment