What is a <head> tag?
Experience Level: Junior
Tags: HTML
Answer
- The
<head>
tag provides the general information about the web page. - The
<title>
tag and<meta>
tag are among the few that are inside the<head>
tag. - You can put
<link>
tag to<head>
tag to link styles (CSS). - You can put
<script>
tag to<head>
tag to link JavaScript.
Related HTML job interview questions
What is a <style> tag?
HTML JuniorWhat is a <title> tag?
HTML JuniorWhat is a <button> tag?
HTML JuniorWhat is a <br> tag?
HTML JuniorWhat is a <fieldset> tag?
HTML Junior