Computer Science, asked by ashlindevu, 2 months ago

explain the structure of basic HTML tags​

Answers

Answered by py2842668
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 Anonymous
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