Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <link href="style.css" rel="stylesheet">
  7.     <title>AFakebookPage</title>
  8. </head>
  9.  
  10. <body>
  11.     <div id="in-the-middle">
  12.         <h1>Fakebook</h1>
  13.  
  14.         <b>Search</b> <input id="bigger-better" type="text" placeholder="Search for friends">
  15.  
  16.         <p id="name"><b>Jason Statham</b></p>
  17.  
  18.         <img src="https://img.buzzfeed.com/buzzfeed-static/static/enhanced/webdr03/2013/6/21/9/enhanced-buzz-orig-28413-1371819958-17.jpg?downsize=700%3A%2A&output-quality=auto&output-format=auto" alt="Photo of a bald celebrity" width="200" height="200">
  19.         <br>
  20.         <button id="the-button" type="button" onclick="alert('No thank you Turkish, Im sweet enough')" > Sugar? </button>
  21.         <br>
  22.         <p class="category"><strong>City</strong>: Derbishyre</p>
  23.         <p class="category"><strong>Country</strong>: England</p>
  24.         <p class="category"><strong>Age</strong>: 52</p>
  25.         <p class="category"><strong>Occupation</strong>: Actor</p>
  26.         <p class="category"><strong>Friends</strong>: A lot</p>
  27.     </div>
  28. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement