NYanev

Task5

Oct 17th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <title>Login</title>
  5.     <link href="login.css" rel="stylesheet" />
  6. </head>
  7. <body>
  8.    
  9.    <div>
  10.     <nav>
  11.         <img src="monitor.png" />
  12.         <form>
  13.             members login: <input value="Your name" type="text">
  14.                           <input value="Email id" type="text">
  15.             <input value="GO" id="button" type="submit">
  16.         </form>
  17.     </nav>
  18.     <section>
  19.         <h1>about total management?</h1>
  20.         <p>Total Management is a free, tableless, W3C-compliant web design layout by Template World. This template has been tested and proven compatible with all major browser environments and operating systems. You are free to modify the design to suit your tastes in any way you like.
  21.         <br>
  22.         We only ask you to not remove <span>"Design by Template World"</span> and the link http://www.templateworld.com from the footer of the template.
  23.         If you are interested in seeing more of our free web template designs feel free to visit our website, Template World. We intend to add at least 25 new free templates in the coming month.</p>
  24.     </section>
  25.     </div>
  26.  
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment