Test HTML Page


SUBMITTED BY: Guest

DATE: Sept. 13, 2013, 9:34 a.m.

FORMAT: HTML

SIZE: 1.9 kB

HITS: 1150

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="styles.css">
  5. <style type="text/css">
  6. h1 {color:red;}
  7. h2 {color:blue;}
  8. p {color:green;}
  9. </style>
  10. <title>Title of the document</title>
  11. <base href="http://www.w3schools.com/images/" target="_blank">
  12. <link rel="stylesheet" type="text/css" href="mystyle.css">
  13. <meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
  14. <meta name="description" content="Free Web tutorials on HTML and CSS">
  15. <meta name="author" content="Hege Refsnes">
  16. </head>
  17. <body>
  18. <h2>Websites You Must Know, Or Else You Are A Noob</h2>
  19. <hr>
  20. <p>Here are a few websites you must know</p>
  21. <a href="http://www.optimus321cpcheat.tk" target="_blank">Face<br>book</a>
  22. <p>
  23. <b>Twitter</b>
  24. <i>Yahoo</i>
  25. <sub>Friendster</sub>
  26. <sup>MySpace</sup>
  27. </p>
  28. <ul>
  29. <li>GOOGLE!</li>
  30. <li>You have to know the above! Seriously, that is the number 1 webpage on the internet.</li>
  31. </ul>
  32. <ol>
  33. <li>Bing</li>
  34. <li>Use it as a secondary search engine.</li>
  35. </ol>
  36. <p>Youtube
  37. <a href="default.asp">
  38. <img border="0" src="http://t3.gstatic.com/images?q=tbn:ANd9GcQDoWPVaadNEvWVFN8jrPGJClKYkHiogBzTJDfjkiAoqFAwLbZIPQ" alt="Youtube logo" width="60" height="50"></a></p>
  39. <img src="http://www.poundart.com/art/randcomix/randcomix_1993-12-21.gif" width="500" height="400">
  40. <!-- Don't worry, hidden. -->
  41. <p>No more website's left</p>
  42. <dl>
  43. <dt>Coffee (Not a website)</dt>
  44. <dd>- black hot drink</dd>
  45. <dt>Milk (Not a website)</dt>
  46. <dd>- white cold drink</dd>
  47. </dl>
  48. <iframe src="demo_iframe.htm" width="200" height="200"></iframe>
  49. <p id="demo">
  50. JavaScript can react to events. Like the click of a button.
  51. </p>

comments powered by Disqus