Business Studies, asked by bhaktinahar00, 9 months ago

Which element is the starting element in HTML it indicates that document type definition been used by the document.

Answers

Answered by mananmsk07
0

Answer:

The HTML <html> element represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element

An HTML 4 document is composed of three parts: a line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's actual content.

Explanation:

mark as brainliest]

Similar questions