What are the essential to work with HTML?
Answers
Answered by
5
Answer:
HTML has various tags to format content, heading, align content, add sections, etc to a website. Some of the essential tags for an HTML document are doctype, <html>, <head>, <title> and <body>.
Answered by
9
Some of the essential tags for an HTML document are doctype, <html>, <head>, <title> and <body>. doctype is the doctype declaration type. It is used for specifying which version of HTML the document is using. The HTML <html> tag is the container for all other HTML elements.
Similar questions