Advertisement
PayneLess_Designs

PayneLess Designs - HTML 4.01 Strict Web Page Example

Feb 7th, 2012
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.89 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html><head>
  3. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  4. <title>HTML 4.01 Strict Web Page</title>
  5. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
  6. <meta name="description" content="">
  7. <meta name="keywords" content="">
  8. <meta name="author" content="Ron">
  9. <meta name="date" content="3/10/2009">
  10. <meta name="copyright" content="PayneLess Designs">
  11. <!-- <link type="text/css" rel="stylesheet" href="css_styles.css"> -->
  12. <!-- <script type="text/javascript" src=""></script> -->
  13. <style type="text/css">
  14. * { margin: 0; padding: 0; border: 0; }
  15. body {
  16. font-size: 1em;
  17. color: #000;
  18. background: #fff; /* Delete and use below if using bg image */
  19. /* background: #000 url(Image_path) no-repeat center scroll; */
  20. }
  21.  
  22. div#wrap {
  23. width: 90%;
  24. margin: 2% auto;
  25. }
  26.  
  27. div#contents {
  28. padding: 1%;
  29. }
  30.  
  31. h1, h2, h3, h4 {
  32. text-align: center;
  33. color: #0f0;
  34. }
  35.  
  36. .ctr { text-align: center; }
  37.  
  38. p { margin: 1% 0; }
  39. </style>
  40. </head>
  41. <body>
  42. <h1>Your Title Here</h1>
  43. <div id="wrap"><!-- START WRAP -->
  44. <div id="contents"><!-- START CONTENTS -->
  45. <p>Content here.</p>
  46.  
  47. </div><!-- END CONTENTS -->
  48. <p><a href="http://validator.w3.org/check?uri=referer" title="Valid HTML 4.01 Strict"><img style="width:88px; height:31px; border:0;" src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Strict"></a><a href="http://jigsaw.w3.org/css-validator/" title="Valid CSS!"><img style="width:88px; height:31px; border:0;" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!"></a><a href="http://users.skynet.be/mgueury/mozilla/" title="Validated by HTML Validator (based on Tidy)"><img style="width:78px; height:32px;" src="http://users.skynet.be/mgueury/mozilla/tidy_32.gif" alt="Validated by HTML Validator (based on Tidy)"></a></p>
  49. </div><!-- END WRAP -->
  50. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement