Computer Science, asked by santosh6652, 11 months ago

Is it mandatory for document type declaration in html in first line?

Answers

Answered by Bhaavinjain
0

Answer:

The HTML document type declaration, also known as DOCTYPE , is the first line of code required in every HTML or XHTML document. ... Additionally, doctypes for HTML 4.01 required the declaration of either strict , transitional , or frameset DTD, each with a different use case as outlined below

Explanation:

Similar questions