0
1} What if I use only " <html> ".Instead of writing "<DOCTYPE html>"
"<DOCTYPE html>" <------ Benefits Of writing this Instead of "<html>" ???? Many people also mention the language as english..... so what should i write.......... âAnd Why Not I Write Only <html>
2 Answers
+ 3
<!DOCTYPE html> is used to make the browser aware that the code is in HTML5.
+ 2