InterviewSolution
Saved Bookmarks
| 1. |
What are the different tags of html |
| Answer» 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.Explanation:PLS mark me as brainliest | |