Astrum96

HTML file

Jan 16th, 2020
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.35 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>Facebook-log in or sign up</title>
  6.         <link rel="shortcut icon" type="image/png" href="image/fbicon.png">
  7.         <link rel="stylesheet" href="fb.css">
  8.     </head>
  9.     <body>
  10.         <header>
  11.             <h1 id="facebook">facebook</h1>
  12.             <table cellspacing="0">
  13.                 <tr>
  14.                     <td class="login">
  15.                         <label for="email">Email or Phone</label>
  16.                     </td>
  17.                     <td class="login">
  18.                         <label for="password">Password</label>
  19.                     </td>
  20.                 <tr>
  21.                     <td id="form">
  22.                         <input id="email" name="email" type="email">
  23.                     </td>
  24.                     <td>
  25.                         <input id="password" name="password" type="password">
  26.                     </td>
  27.                 </tr>
  28.                 </table>
  29.                 <a id="forgot" href="">Forgotten account?</a>
  30.                 <button type="submit" value="Log In" name="login">Log In</button>
  31.         </header>
  32.         <main>
  33.             <h3 id="purpose">Facebook helps you connect and share with the people in your life.</h3>
  34.             <img src="image/bimage.png" alt="image">
  35.         </main>
  36.     </body>
  37. </html>
Add Comment
Please, Sign In to add comment