100% found this document useful (5 votes)
11K views3 pages

HTML Code of Facebook Front Page

This document contains the code for a Facebook sign up page. The page includes fields to enter a first and last name, email or mobile number, password, birthday, and gender. It explains that signing up makes the user agree to Facebook's terms, data policy, and cookie policy. A call to action button allows the user to sign up to create their Facebook account.

Uploaded by

Vipin Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (5 votes)
11K views3 pages

HTML Code of Facebook Front Page

This document contains the code for a Facebook sign up page. The page includes fields to enter a first and last name, email or mobile number, password, birthday, and gender. It explains that signing up makes the user agree to Facebook's terms, data policy, and cookie policy. A call to action button allows the user to sign up to create their Facebook account.

Uploaded by

Vipin Patel
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

<!

DOCTYPE html>
<html>
<head>
<title>Facbook</title>
<link rel="stylesheet" type="text/css" href="fb.css">
</head>
<body>

<div class="division">
<h1 class="h1">facebook</h1><br>
<label class="label">Email or Phone</label>
<label class="label01">Password</label><br>
<input class="input" type="text" ;="">
<input class="input01" type="text" ;="">
<button class="button">Login</button><br>
<a class="a" href="Forgotten account?">Forgotten account?</a>
</div>

<div class="grad1">
<div class="divs002">
<p class="p"><b>Facebook helps you connect and share with the <br>people in
your life.</b></p>
<img class="img" src="fbimage.png" alt="fbimage">
</div>

<div class="divs003">
<p class="para1"><b>Create an account</b></p><br>
<p class="para2">It's free and always will be.</p><br>
<input class="input02" type="text" ;="" name="First Name" placeholder="First
Name">
<input class="input03" type="text" ;="" name="Last Name" placeholder="Last
Name"><br>
<input class="input04" type="text" ;="" name="Mobile Number or Email
address" placeholder="Mobile number or Email address"><br>
<input class="input05" type="text" ;="" name="New Password" placeholder="New
Password"><br><br>
<label class="label02">Birthday</label><br>
<select class="select01">
<option value="day"> day</option>
<option value="1"> 1</option>
<option value="2"> 2</option>
<option value="3"> 3</option>
<option value="4"> 4</option>
<option value="5"> 5</option>
<option value="6"> 6</option>
<option value="7"> 7</option>
<option value="8"> 8</option>
<option value="9"> 9</option>
<option value="10"> 10</option>
<option value="11"> 11</option>
<option value="12"> 12</option>
<option value="13"> 13</option>
<option value="14"> 14</option>
<option value="15"> 15</option>
<option value="16"> 16</option>
<option value="17"> 17</option>
<option value="18"> 18</option>
<option value="19"> 19</option>
<option value="20"> 20</option>
<option value="21"> 21</option>
<option value="22"> 22</option>
<option value="23"> 23</option>
<option value="24"> 24</option>
<option value="25"> 25</option>
<option value="26"> 26</option>
<option value="27"> 27</option>
<option value="28"> 28</option>
<option value="29"> 29</option>
<option value="30"> 30</option>
<option value="31"> 31</option>
</select>

<select>
<option value="month"> month</option>
<option value="january"> january</option>
<option value="february"> february</option>
<option value="march"> march</option>
<option value="april"> april</option>
<option value="may"> may</option>
<option value="june"> june</option>
<option value="july"> july</option>
<option value="august"> august</option>
<option value="september"> september</option>
<option value="october"> october</option>
<option value="november"> november</option>
<option value="december"> december</option>
</select>

<select>
<option value="year"> year</option>
<option value="2019"> 2019</option>
<option value="2018">2018</option>
<option value="2017">2017</option>
<option value="2016">2016</option>
<option value="2015">2015</option>
<option value="2014">2014</option>
<option value="2013">2013</option>
<option value="2012">2012</option>
<option value="2011">2011</option>
<option value="2010">2010</option>
<option value="2009">2009</option>
<option value="2008">2008</option>
<option value="2007">2007</option>
<option value="2006">2006</option>
<option value="2005">2005</option>
<option value="2004">2004</option>
<option value="2003">2003</option>
<option value="2002">2002</option>
<option value="2001">2001</option>
<option value="2000">2000 </option>
<option value="1999">1999</option>
<option value="1998">1998</option>
<option value="1997">1997</option>
<option value="1996">1996</option>
<option value="1995">1995</option>
<option value="1994">1994</option>
<option value="1993">1993</option>
<option value="1992">1992</option>
<option value="1991">1991</option>
<option value="1990">1990</option>
<option value="1989">1989</option>
<option value="1988">1988</option>
<option value="1987">1987</option>
<option value="1986">1986</option>
<option value="1985">1985</option>
<option value="1984">1984</option>
<option value="1983">1983</option>
<option value="1982">1982</option>
<option value="1981">1981</option>
<option value="1980">1980</option>

</select><br><br>
<label class="label03">Gender</label><br>
<input type="radio" class="input06" name="Gender" value="2">
<label class="label04">Female</label>
<input type="radio" name="Gender" value="2">
<label class="label04">Male</label>
<input type="radio" name="Gender" value="2">
<label class="label04">Trans</label><br><br>
<p class="para3">By clicking Sign Up, you agree to our <a class="a1"
href="terms">Terms</a>,<a class="a1" href="Data Policy">Data Policy</a> and <br><a
class="a1" href="Cookie Policy">Cookie Policy</a>. You may receive SMS
notifications from us<br> and can opt out at any time.</p>
<button class="button01"><b>Sign Up</b></button><br>
<p class="para4"><a class="a1" href="Create a Page">Create a Page</a> for a
celebrity, band or business.</p>

</div>

</div>

</body></html>

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy