Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>My Webpage</title>
  5. </head>
  6. <body style="background-color:pink;">
  7. <h1>My Webpage</h1>
  8. <hr>
  9. <p> To access the bergenfield website click the link below.
  10. <p><a href="#Chapter10">Chapter 10</a></p>
  11. <a href="http://www.bergenfield.org/bergenfield"></a>
  12. <h1>Bergenfield High School</h1>
  13. <img src=C:\Users\yvrakas\Downloads\SchoolName.jpg
  14. <hr>
  15. </li>
  16. <li>next</li>
  17. <li>next</li>
  18. </ol>
  19. <hr>
  20. <h2>What is HTML?</h2>
  21. <p> HTML is a <b>markup</b> language for <b> describing</b>
  22. web documents(web pages) .</p>
  23. <ul>
  24. <li>HTML stands for <b>H</b>yper <b>T</b>ext<b> M</b>arkup <b>L</b>anguage</li>
  25. <li>A markup language is a set of <b>markup tags</b></li>
  26. <li>HTML documents are described by <b>HTML tags</b></li>
  27. <li>Each HTML tag <b>describes</b> different document content</li>
  28. </ul>
  29. <p>
  30. <a href="http://www.w3schools.com/html/">Visit our HTML tutorial</a>
  31. <h2>Groceries</h2>
  32. <ol>
  33. <li>Turkey</li>
  34. <li>Milk</li>
  35. <li>Butter</li>
  36. <li>Eggs</li>
  37. <li>Coffee</li>
  38. </ol>
  39. <!-- These headings are cool -->
  40. <p>69&lt;60
  41. <p>60&lt;69
  42. <p> My Paragraph </p>
  43. <h1> This is H1 heading</h1></a>
  44. <hr>
  45. <h2> This is H2 heading</h2></a>
  46. <hr>
  47. <h3> This is H3 heading</h3></a>
  48. <hr>
  49. <h4> This is H4 heading</h4></a>
  50. <h7 id="Chapter10">Chapter 10</h7>
  51. <hr>
  52. </p>
  53. <table border="1" style="width:100%">
  54. <tr>
  55. <td>Row 1 Column 1</td>
  56. <td>Row 1 Column 2</td>
  57. <td>Row 1 Column 3</td>
  58. </tr>
  59. <tr>
  60. <td>Row 2 Column 1</td>
  61. <td>Row 2 Column 2</td>
  62. <td>Row 2 Column 3</td>
  63. </tr>
  64. </table>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement