+ 1
Я не понимаю, в чём различается:<head> </head> и <body> </body>
Объясните пж
2 Respostas
+ 3
The Head tag is used to import other files and define attributes of your page that are not displayed, like meta data, etc.
The body Tag is where you place the parts of your website that you want displayed, like p tags, divs, etc.
+ 2
Thank you so much