- 7
Зачем нужны <head></head> <body></body>?
Зачем они нужны если без них и так всё работает?
1 Respuesta
+ 1
The <head> element is a container for all the head elements.
The <body> tag defines the document's body.
The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
This part of why they are necessary.
It is part of the language called HTML that allows the web browser to interpret your code.