HTML5 में doctype का सही सिंटैक्स क्या है?
What is the correct syntax of doctype in HTML5?
A
</doctype html>
B
<doctype html>
C
<doctype html!>
D
<!doctype html>
Explanation
Correct Answer: D) <!doctype html>