Writing Headers in HTML
Writing Head Tags in HTML
This article is for beginner developers to learn how to link styles and change a webpage title.
Head tags are highly important for any website. They help to define various aspects of the website, such as detailing which icon to use and what title each page should have.
Additional information can be put inside the tags such as who the author was, which tools are used and what the page is for as a reference.
Important files can be linked such as CSS and JavaScript files within the project so their code does not have to be inside the HTML file.
Frameworks such as Bootstrap and jQuery can be linked in the head to give the webpage more functionality and styling.
'The head element contains so-called metadata about the HTML document and defines several important attributes.' ~ Unknown Author