Advertisement
Prithak

Html

Nov 14th, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <html>
  2. <body bgcolor="#00888800">
  3. <h3 align="center"> Welcome to Prithak's Project </h3>
  4. <hr>
  5. <font size="3" color="red" face="Arial">
  6. <p> Here you can learn about the tags of HTML! </p>
  7. </font>
  8. <hr>
  9. <marquee behavior="scroll" direction="Left"> HTML Basic Tags </marquee>
  10. <hr size="10" width="80%">
  11. <a href="#html"><p> < HTML > </p> </a>
  12. <a href="#head"><p> < HEAD > </p> </a>
  13. <a href="#title"><p> < TITLE > </p> </a>
  14. <a href="#body"><p> < BODY > </p> </a>
  15. <hr>
  16. <h3><a name="html"> < HTML > </a></h3>
  17. <p> This is very first tag which informs the browser that the document is related to HTML. It marks the starting and ending of HTML document. All the other tags and contents of the webpage are contained within this tag. </p>
  18. Syntax: <br>
  19. < HTML > <br>
  20. All tags <br>
  21. < /HTML > <br>
  22. <br>
  23. <hr>
  24. <h3><a name="head"> < HEAD > </h3></a>
  25. <p> This tag shows the starting of head section and < /HEAD > shows the ending of the head. This tag is used to put some information about HTML document. </p>
  26. Syntax: <br>
  27. < HEAD > <br>
  28. < TITLE > Title Text < /TITLE > <br>
  29. < /HEAD> <br>
  30. <br>
  31. <hr>
  32. <h3><a name="title"> < TITLE > </h3></a>
  33.  
  34. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement