Draxion

My First Coded Template

Jan 9th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.01 KB | None | 0 0
  1. <!-- If you would like to run this template yourself, please follow these instructions;
  2.     1. Open Notepad
  3.     2. Copy and paste this code into Notepad
  4.     3. Save it any name you want, but make sure to include .htm or .html after the name
  5.     4. Run it! --!>
  6. <!DOCTYPE html>
  7. <html>
  8. <body>
  9.  
  10. <div id="webpage" style="width:500px">
  11.  
  12. <div id="pagetitle" style="background-color:#DF01D7;">
  13. <h1 style="margin-bottom:0;">The Namebox Company</h1></div>
  14.  
  15. <div id="links" style="background-color:#FF0040;height:200px;width:100px;float:left;">
  16. <b>Links</b><br>
  17. <i style="font-size:8;">Coming Soon</i>
  18. Napbox<br>
  19. Learn HTML!<br>
  20. No-Heroes<br>
  21. Steam<br></div>
  22.  
  23. <div id="content" style="background-color:#2EFEF7;height:200px;width:400px;float:left;">
  24. To the left will be links to my current associations and practices in the near future</div>
  25.  
  26. <div id="acknowledgements" style="background-color:#DF01D7;clear:both;text-align:center;">
  27. Web Page Template Created by Eric Cohen</div>
  28.  
  29. </div>
  30.  
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment