Answer the following questions by adding your answer to the DIV element below each question.
Question 1What is the significance of the html element in an html document?
What is the purpose of the head element in an html document?
What is the purpose of the title element in an html document?
What is the purpose of the body element in an html document?
What is the difference between an inline element and a block element?
What is a self-closing tag?
Explain the syntax for adding an attribute to an HTML element?
Add an H3 element that contains the content 'Hello World!'. Then add a class attribute to the H3 element and set the value of the attribute to "glow".