why a HTML document runs without <html></html> tags | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

why a HTML document runs without <html></html> tags

this ia general question

1st Jan 2020, 2:15 PM
Abhishek Kajala
Abhishek Kajala - avatar
4 Respostas
+ 3
If the web engine doesn't detect, it'll automatically add. This kind of adjusting is frequently observed when conventions aren't followed in HTML
1st Jan 2020, 3:41 PM
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬
šŸ‘‘ Prometheus šŸ‡øšŸ‡¬ - avatar
+ 2
You don't need to because the web engines put it in for you. Same with body and head.
1st Jan 2020, 2:48 PM
Rain
Rain - avatar
+ 2
Even if you didn't write any tag it will load in browser, just all the styles and formatting are not in effect.
1st Jan 2020, 3:23 PM
Ipang
+ 2
So conceived by the developers
1st Jan 2020, 6:53 PM
Vladimir IT
Vladimir IT - avatar