0
wht is the function of head in html
3 Respostas
+ 1
this is the name of the tab (i think)
0
the head contains vital information about the web page and the site such as the title and major characteristics.it can also be used as a container for internal styling using the style tag.
<head>
<title>hello world </title>
<style>
color:white;
margin:auto;
</style>
0
then close the tag.It's comes before the body