0
What happens if ignore the HTML5 structure in my web page?
4 Respostas
+ 3
There is only html5, no other structure..
0
nothing it would try to complete it but dont do that it can cause problems
0
xml?
0
If you mean by avoiding html, body, and head elements nothing will go wrong but you will likely have organizational problems and lose default settings, for example, you will have to style your own head instead of using the head element.