login.html

<!-- Login Container --> <section class="login"> <form action="" method="post"> <!-- The Username Field --> <label for="username">Username <input type="text" name="username" id="username" /> </label> <!-- The Password Field --> <label for="password">Password <input type="password" name="password" id="password" /> </label> <!-- The Remember Me Checkbox --> <input type="checkbox" name="remember" id="remember" /> <label class="check" for="remember"><span></span>Remember Me</label> <!-- Clearn both sides --> <div class="clear"></div> <!-- Recover Button --> <input type="button" value="Recover" /> <!-- The Login Button --> <input type="submit" value="Login" /> </form> </section>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.