Wednesday, 25 December 2019

Main tags of HTML

Hi guys, In this post I like to share the main tags of HTML. As we have learned about writing HTML. When I was referring about HTML I suppose to read an article from geeks for geeks site. (to read the whole article please click here) By inspired from the article I write this.....


  • HTML tag: It is the root of the html document which is used to specify that the document is html.
  • Head tag: Head tag is used to contain all the head element in the html file. It contains the title, style, meta, … etc tag.
  • Body tag: It is used to define the body of html document. It contains image, tables, lists, … etc.
  • Title tag: It is used to define the title of html document. 
  • Paragraph tag: It is used to define paragraph content in html document.
  • Emphasis tag: It is used to renders as emphasized text.
  • Bold tag: It is used to specify bold content in html document.
  • Small (text) tag: It is used to set the small font size of the content.
  • Underline tag: It is used to set the content underline.
  • Deleted text tag: It is used to represent as deleted text. It cross the text content.
  • Anchor tag: It is used to link one page to another page.
  • List tag: It is used to list the content.
  • Ordered List tag: It is used to list the content in a particular order.
  • Unordered List tag: It is used to list the content without order.
  • Comment tag: It is used to set the comment in html document. It is not visible on the browser.

No comments:

Post a Comment