Computer Science, asked by jainshipra769, 7 days ago

draw the basic structure of html documents​

Answers

Answered by surbhidheer6
0

Answer:

The basic structure of an HTML document consists of 5 elements:

The DOCTYPE. A DOCTYPE declaration must be specified on the first line of each web document: ...

The <html> Element. Immediately following the DOCTYPE declaration is the <html> element: ...

The <meta> Element. ...

The <title> Element.

Similar questions