<!--start html-->
<html>
<!--start head-->
<head>
<link rel="stylesheet" type="text/css" href="mycss.css">
<link rel="stylesheet" type="text/css" href="media-query">
<meta charset="utf-8">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title> Facebook Project</title>
</head>
<!--end head-->
<!--start body-->
<body>
<main>
<!--section 1-->
<section>
<div class="myheader">
<div class="logo">
<img src="https://i.imgur.com/suKC3mL.png">
</div>
<div id="form1" class="myheader">Email or Phone<br>
<input class="input" type="email" name="email" placeholder="Type your email/phone">
<input type="checkbox" name="checkbox" checked>Keep me logged in
</div>
<div id="form2" class="myheader">Password</br>
<input class="input" type="password" name="password" placeholder="Type your password"></br>
<a id="rp" href="https://www.passcape.com/" target="_blank"><u>Recover Password!</u></a></div>
<div id="login" class="myheader"><button class="input">Log In</button>
</div>
</section>
<!--section 2-->
<section>
<div id="connect" class="myheader">
<p>Connect with friends and the world around you on Facebook.</p>
</div>
</section>
<!--section 3-->
<section>
<div class="myheader" id="connect-people">
<img src="https://i.imgur.com/KjA6iUt.png" width="400" height="300">
</div>
</section>
<!--section 4-->
<section>
<div class="myheader" id="cr-account">
<h1>Create an Account</h1>
<h2>It's quick and easy.</h2>
</div>
</section>
<!--section 5-->
<section>
<div class="myheader" id="login-form">
<form>
<input id="first" type="text" name="name" placeholder="First Name" required>
<input id="second" type="text" name="name" placeholder="Last Name" required>
<input id="third" type="text" name="name" placeholder="Mobile number or email address" required>
<input id="fourth" type="password" name="password" placeholder="Enter new password" required>
<p style="color: black; font-weight: bold;">Birthday</p>
<input id="bd" type="date" name="bday" required>
<p style="color: black; font-weight: bold;">Gender</p>
<div id="gender">
<input type="radio" name="gender" value="male" checked> Male<br>
<input type="radio" name="gender" value="female" > Female<br>
<input type="radio" name="gender" value="other"> Other<br>
<div>
</form>
</div>
</section>
<!--section 5-->
<section>
<div id="terms" class="myheader">
<p>
By clicking Sign Up,
you agree to our <a href="https://www.facebook.com/terms.php" target="_blank">Terms,</a>
<a href="https://www.facebook.com/legal/terms/update" target="_blank">Data Policy</a>
and<br><a href="https://www.facebook.com/policies/cookies/" target="_blank">Cookie Policy.</a>
You may receive SMS notifications
from us and<br>can opt out at any time.
</p>
<button type="submit" class="signupbtn">Sign Up</button>
<div>
<a href="https://www.facebook.com/pages/creation/?ref_type=registration_form">Create a Page</a> for a celebrity, band or business.
</section>
<div class="myheader" id="connect-2">
<img src="https://i.imgur.com/zLEElHc.png">
</div>
<main>
<footer class="myheader" id="footer">
<p>Page created by Ajay Dhage</p>
</footer>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |