Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en" dir="ltr">
- <head>
- <meta charset="utf-8">
- <title>Facebook-log in or sign up</title>
- <link rel="shortcut icon" type="image/png" href="image/fbicon.png">
- <link rel="stylesheet" href="fb.css">
- </head>
- <body>
- <header>
- <h1 id="facebook">facebook</h1>
- <table cellspacing="0">
- <tr>
- <td class="login">
- <label for="email">Email or Phone</label>
- </td>
- <td class="login">
- <label for="password">Password</label>
- </td>
- <tr>
- <td id="form">
- <input id="email" name="email" type="email">
- </td>
- <td>
- <input id="password" name="password" type="password">
- </td>
- </tr>
- </table>
- <a id="forgot" href="">Forgotten account?</a>
- <button type="submit" value="Log In" name="login">Log In</button>
- </header>
- <main>
- <h3 id="purpose">Facebook helps you connect and share with the people in your life.</h3>
- <img src="image/bimage.png" alt="image">
- </main>
- </body>
- </html>
Add Comment
Please, Sign In to add comment