Using HTML <head>

Let's learn how to make use of the HTML <head> tag in this lesson.

We'll cover the following

The <head> tag is an important part of HTML. It is a container of non-content elements that belong to the whole page. It must contain the <title> element and may contain one of the following additional elements as well: <style>, <link>, <script>, <noscript>, <meta>, and <base>.

Get hands-on with 1200+ tech skills courses.