0
Is this HTML code correct ?
Please explain if this code is wrong. Will all the common browsers display this code without any problem? <!DOCTYPE html> <html> <body> <header>My page</header> </body> <head> <title>Is this code right?</title> </head> </html>
2 Réponses
0
Wrong
the <head>....</head> tag must be above the <body>....</body> tag
0
Yeah, that's what I wanted to confirm if the order of <head> and <body> tags is mandatory ?