15.ਟੈਗ ਕੀ ਹੈ ? ਇਸ ਦੀਆਂ ਕਿਸਮਾਂ ਦੱਸੋ ?
What is tag ? Define it's types?
Answers
Answered by
7
Answer:
Tags are the basic formatting tool used in HTML (hypertext markup language) and other markup languages, such as XML. For example, to create a table on a Web page, the <table> tag is used.
Explanation:
Most commonly used tags in HTML
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. ...
Body tag: It is used to define the body of html document. ...
Title tag: It is used to define the title of html document.
Similar questions