explain the structure of basic HTML tags
Answers
Answered by
2
Answer:
An HTML document has two main parts: the head and the body. But firstly every HTML document should start by declaring that it is an HTML document. These tags are of the form: ... </html>
Answered by
2
The basic structure of any HTML document consists of the following sections or elements:
- The main container ( html element).
- The head section ( head element).
- The body section ( body element).
Similar questions