quizbase
Courses
<head>
Courses
HTML
HTML top level tags
<head>
All
<!DOCTYPE>
<body>
<link>
<meta>
<title>
<head>
<style>
<base>
<html>
<noscript>
How many
<head>
elements can an HTML document contain?
What is the purpose of the
<head>
element in an HTML document?
What is the difference between the
<head>
and
<header>
elements?
What is the permitted content within the
<head>
element?
Why is it recommended to place
<link>
tags inside
<head>
and
<script>
tags before
</body>
?
Which tags can be used within the
<head>
element?