Advertisement
Guest User

HTML

a guest
May 26th, 2015
5,480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <title> My Web Page </title>
  8.  
  9. </head>
  10.  
  11. <body>
  12.  
  13. <h1> The Fish Web Site </h1>
  14.  
  15. <p> Welcome to the Fish Web Site. Everything you want to know
  16. about fish is in this web site. </p>
  17. test &nbsp&nbsp&nbsp&nbsp test
  18. <br>
  19. <br>
  20. <br>
  21. <!-- This is the start of the html code for the second section
  22. and we will start each section with a header tag
  23. -->
  24. <h2> This is a section on Bass fish </h2>
  25.  
  26. <p> Bass fish live in lakes. </p>
  27.  
  28.  
  29.  
  30. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement