What Is The Head Section Of A Web Page

Right now it should say something like basics html tutorial on top of the window containing this text.
What is the head section of a web page. In an html file the html head is the first section in the code that contains information about a web page s properties and links to external related files. Think of your body as a website. Instead the head s job is to contain metadata about the document.
Metadata is data about the html document. The head section of the webpage includes all the stuff that does not show directly on the resulting page. Your head is clearly the header the footer is your feet and your torso is well you get the picture.
The head element is a container for metadata data about data and is placed between the html tag and the body tag. There are three basic parts to a website. For example in the html head you can have the title of the page meta tags css code open graph tags and javascript code.
The html head is the contents of the head element unlike the contents of the body element which are displayed on the page when loaded in a browser the head s content is not displayed on the page. Metadata typically define the document title character set styles scripts and other meta information. In the above example the head is quite small.
Metadata is not displayed. The head section of an html document contains several tags that specify important information about the webpage such as title keywords and descriptions for search engines location of stylesheets scripts and more. The head tag is what actually begins the head section of an html document.
The title is what shows in the top of your browser window when the page is loaded. The head element contains information about an html document that is used by browsers and web crawlers but is not displayed to website visitors. The head or header the body.