+ 2
Can I ask what is the real purpose of the head tag?
Hello, sorry for my question but I'm just a first timer so I don't really know how programming really works and it would be a great help if you answer this question of mine since I'm quite confised with it.
3 ответов
+ 1
Tnx for the answer, it really helped me get out of my confusiom
+ 1
The <head> element is a container for all the head elements.
The <head> element can include a title for the document, scripts, styles, meta information, and more.
In HTML5, the <head> element can be omitted.
It is a good practice to have a <head> element in your document.