Which of the following is the correct format to declare DOCTYPE?
A. <$DOCTYPE>
B. <#DOCTYPE>
C. <!DOCTYPE>
D. <DOCTYPE>
Answers
Answered by
0
Answer:
B.<!DOCTYPE>
Explanation:
The <!DOCTYPE html> tag is used to inform the browser about the version of HTML used in the document. It is called as the document type declaration (DTD).
Similar questions