Advertisement
M00371202

coursework1 week 2

Oct 25th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <div id="container" style="width:500px">
  6.  
  7. <div id="header" style="background-color:#00BFFF;">
  8. <h1 align="center"style="margin-bottom:0;"><i>My Blog</h1></i>
  9.  
  10.  
  11. </div>
  12.  
  13.  
  14. <div id="menu" style="background-color:#00CED1;height:200px;width:100px;float:left;">
  15. <b>Homepage</b>
  16. <b>Register<br>
  17. <b>Upload<br>
  18. <b>About us<br>
  19. <b>contact</div>
  20. </div>
  21.  
  22. <div id="content" style="background-color:#EEffaf;height:200px;width:400px;float:left;">
  23.  
  24. <form>
  25. First name: <input type="text" name="firstname"><br>
  26. Last name: <input type="text" name="lastname">
  27. </form>
  28.  
  29. </div>
  30.  
  31.  
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement