Advertisement
littleswany

My HTML page

Mar 3rd, 2014
3,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.37 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>The Tech</title>
  6.  
  7. <link href="style.css" rel="stylesheet" type="text/css" />
  8.  
  9. </head>
  10.  
  11. <body>
  12.  
  13. <div id="head">
  14.     <img src="thetech-Logo2.gif" width="1000" height="615" id="headlogo" />
  15.     <img src="banner2.gif" width="1500" height="100" />
  16.     <div id="nav">
  17.         <button>Home</button>
  18.     </div>  
  19. </div>
  20.  
  21.  
  22. <div id="sidebar">
  23.     <img src="sidebar.gif" width="257" height="786" />
  24.     <div id="sidebarcontent">
  25.         <img src="box.gif" width="205" height="300" />
  26.       <form id="login">
  27.            
  28.        
  29.         <h2 id="logintxt">Log In</h2>
  30.         <h1 id="username">User Name:</h1>
  31.         <input name="Username" type="text" value="" maxlength="20" id="usernamebox" />
  32.         <h1 id="password">Password:</h1>
  33.         <input name="Password" type="password" id="passwordtxt" />
  34.         <h1 id="forgot">Forgot Password</h1>
  35.         <h1 id="register">Register</h1>
  36.         <div id="submit">
  37.         <img src="login.gif" width="100" height="40" />
  38.         </form>
  39.        
  40.       </div>
  41.     </div>
  42. </div>
  43.  
  44.  
  45. <div id="mainbody">
  46.     <img src="bodybkg.gif" width="1010" height="1500" />
  47. </div>
  48.  
  49.  
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement