Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Mike Jackson's example's of html5, CSS, PHP, JavaScript.</title>
- <link href="css/index.css" type="text/css" rel="stylesheet"/>
- </head>
- <body>
- <p>Line 1</p>
- <p>Line 2</p>
- <div id="container">
- <div id="top">
- <p>
- This is the top <br />
- This is the 2
- </p>
- </div>
- <div id="leftside">
- <p>Left side.</p>
- <p>Left side.</p>
- </div>
- <div id="rightside">
- <p>Right side.</p>
- </div>
- <br />
- <div id="main">
- <div id="maintext">
- <p style="text-align: left;">Mike Jackson's example's of<p>
- <p>html5, CSS, PHP, JavaScript.</p>
- <ul>
- <li>Chapter 1: <a href="structure.html" target="_blank">Structure.<br /></a></li>
- <li>Chapter 2: <a href="text.html" target="_blank">Text.<br /></a></li>
- <li>Chapter 3: <a href="lists.html" target="_blank">Lists.<br /></a></li>
- <li>Chapter 4: <a href="links.html" target="_blank">Links.<br /></a></li>
- <li>Chapter 5: <a href="images.html" target="_blank">Images.<br /></a></li>
- <li>Chapter 6: <a href="tables.html" target="_blank">Tables.<br /></a></li>
- <li>Chapter 7: <a href="forms.html" target="_blank">Forms.<br /></a></li>
- <li>Chapter 8: <a href="extra_markup.html" target="_blank">Extra markup.<br /></a></li>
- <li>Chapter 9: <a href="flash_video_audio.html" target="_blank">Flash, video, audio</a></li>
- <li>Chapter 10:<a href="introducing_css.html" target="_blank">Introducing CSS</a></li>
- <li>Chapter CSS:<a href="css_examples.html" target="_blank">CSS examples.</a></li>
- <li>Chapter 15:<a href="layout.html" target="_blank">Layout.</a></li>
- </ul>
- </div>
- </div>
- <div id="bottom">
- <p>This is the bottom.</p>
- </div>
- </div><!--End of container-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement