What should HTML <head> tags do?
The <head> tag is a specified state that can only include elements such as <title>, <meta>, <link>, and others to provide necessary information and resources for the webpage.
Tags Used in HTML <head>
- <title>
- <meta charset>
- <meta name="description">
- <meta name="keywords">
- <meta name="viewport">
- <link rel="stylesheet">
- <script>
- Other custom <meta> tags