Advertisement
Guest User

blackcatshtml5

a guest
Jan 26th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <title>Mike Jackson&apos;s example&apos;s of html5, CSS, PHP, JavaScript.</title>
  7. <link href="css/index.css" type="text/css" rel="stylesheet"/>
  8. </head>
  9.  
  10. <body>
  11. <p>Line 1</p>
  12. <p>Line 2</p>
  13. <div id="container">
  14. <div id="top">
  15. <p>
  16. This is the top <br />
  17. This is the 2
  18. </p>
  19. </div>
  20.  
  21. <div id="leftside">
  22. <p>Left side.</p>
  23. <p>Left side.</p>
  24. </div>
  25.  
  26. <div id="rightside">
  27. <p>Right side.</p>
  28. </div>
  29.  
  30. <br />
  31. <div id="main">
  32. <div id="maintext">
  33. <p style="text-align: left;">Mike Jackson&apos;s example&apos;s of<p>
  34. <p>html5, CSS, PHP, JavaScript.</p>
  35. <ul>
  36. <li>Chapter 1: <a href="structure.html" target="_blank">Structure.<br /></a></li>
  37. <li>Chapter 2: <a href="text.html" target="_blank">Text.<br /></a></li>
  38. <li>Chapter 3: <a href="lists.html" target="_blank">Lists.<br /></a></li>
  39. <li>Chapter 4: <a href="links.html" target="_blank">Links.<br /></a></li>
  40. <li>Chapter 5: <a href="images.html" target="_blank">Images.<br /></a></li>
  41. <li>Chapter 6: <a href="tables.html" target="_blank">Tables.<br /></a></li>
  42. <li>Chapter 7: <a href="forms.html" target="_blank">Forms.<br /></a></li>
  43. <li>Chapter 8: <a href="extra_markup.html" target="_blank">Extra markup.<br /></a></li>
  44. <li>Chapter 9: <a href="flash_video_audio.html" target="_blank">Flash, video, audio</a></li>
  45. <li>Chapter 10:<a href="introducing_css.html" target="_blank">Introducing CSS</a></li>
  46. <li>Chapter CSS:<a href="css_examples.html" target="_blank">CSS examples.</a></li>
  47. <li>Chapter 15:<a href="layout.html" target="_blank">Layout.</a></li>
  48. </ul>
  49. </div>
  50. </div>
  51.  
  52. <div id="bottom">
  53. <p>This is the bottom.</p>
  54. </div>
  55.  
  56. </div><!--End of container-->
  57.  
  58.  
  59.  
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement