HTML FB CODE


SUBMITTED BY: RipxtarGamer

DATE: Jan. 30, 2022, 2:39 a.m.

FORMAT: HTML

SIZE: 2.9 kB

HITS: 437

  1. <html>
  2. <head>
  3. <link href="Style.css" rel="stylesheet" />
  4. <title>Facebook Login Page Html Code With CSS (Free Download)!</title>
  5. </head>
  6. <body>
  7. <div id="header_wrapper">
  8. <div id="header">
  9. <form action="post">
  10. <li>Email or Phone<br><input type="text" name="email"></li>
  11. <li>Password<br><input type="password" name="password"><br><a href="">Forgotten account?</a></li>
  12. <li><input type="submit" name="login" value="Log In"></li>
  13. </form>
  14. </div>
  15. </div>
  16. <div id="wrapper">
  17. <div id="div1">
  18. </div>
  19. <div id="div2">
  20. <h1>Create an account</h1>
  21. <p>It's free and always will be.</p>
  22. <li><input type="text" placeholder="First Name" id="Firstname"><input type="text" placeholder="Surname" id="surname"></li>
  23. <li><input type="text" placeholder="Mobile number or email"></li>
  24. <li><input type="password" placeholder="New password"></li>
  25. <p>Birthday</p>
  26. <li>
  27. <select><option>Day</option></select>
  28. <select><option>Month</option></select>
  29. <select><option>Year</option></select>
  30. <a href="">Why do I need to provide my date of birth?</a>
  31. </li>
  32. <li><input type="radio">Female <input type="radio">Male</li>
  33. <li id="terms">By clicking Create an account, you agree to our <a href="">Terms</a> and that <br>you have read our <a href="">Data Policy</a>, including our <a href="">Cookie Use</a>.</li>
  34. <li><input type="submit" value="Create an account"></li>
  35. <li id="create_page"><a href="">Create a Page</a> for a celebrity, band or business.</li>
  36. </div>
  37. </div>
  38. <div id="footer_wrapper">
  39. <div id="footer1">
  40. English (UK) <a href="">हिन्दी</a><a href="">ਪੰਜਾਬੀ</a><a href=""> اردو</a><a href="">தமிழ்</a><a href="">বাংলা</a><a href="">मराठी</a><a href="">తెలుగు</a><a href="">ગુજરાતી</a><a href="">ಕನ್ನಡ</a><a href="">മലയാളം</a>
  41. </div>
  42. <div id="footer2">
  43. <a href="#">Sign Up</a><a href="#">Log In</a><a href="#">Messenger</a><a href="#">DotNetTec</a><a href="#">Mobile</a><a href="#">Find Friends</a>
  44. <a href="#">Badges</a><a href="#">People</a><a href="#">Pages</a><a href="#">Places</a><a href="#">Games</a><a href="#">Locations</a>
  45. <a href="">Celebrities</a><a href="">Groups</a><a href="">Moments</a><a href="">About</a>
  46. <a href="">Create Advert</a><a href="">Create Page</a><a href="">Developers</a>
  47. <a href="">Careers</a><a href="">Privacy</a><a href="">Cookies</a><a href="">Ads</a><a href="">Terms</a><a href="">Help</a>
  48. </div>
  49. </div>
  50. </body>
  51. </html>

comments powered by Disqus