Loading
Quipo
in
MindXchange
Log In
Tutorials
Exercises
MCQs
Interview Q & A
Tests
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Quipo
in
MindXchange
Menu
MindXchange
HTML
CSS
JavaScript
Java
SQL
Angular
Spring
Welcome to Quipoin
Login to track your progress
Quipoin Menu
Learn • Practice • Grow
Tutorial
Exercises
MCQs
Interview Q & A
Tests
HTML Tutorial
Attributes
Heading
Head
Comments
Anchor Tag
Image Tag
Favicon Tag
Imoji
Symbols
Tables
Id
Iframe
File Path
Formatting
Title
Quotation
Block-level elements
Inline Element
Basic HTML Design Guidelines
Entities
Div tag in HTML
HTML List
HTML Lists
Ordered Lists
Unordered Lists
Description Lists
HTML Form
Form
Form Element
Input Element
Form Attributes
Text area Tag
Label Tag
HTML Graphics
Introduction to HTML Graphics
HTML Canvas
Transformation in Canvas
Animation in Canvas
HTML SVG
Transformation in SVG
Interactivity and Animation in SVG
html /
Head
mcq
Chapter
Exercises
Interview Qs
Videos
Discussion
Q1.
Which tag defines the title shown on the browser tab?
A.
<meta>
B.
<title>
C.
<header>
D.
<head>
Q2.
Which <meta> attribute sets character encoding?
A.
charset
B.
type
C.
content
D.
lang
Q3.
Which tag is used to link external CSS?
A.
<style>
B.
<script>
C.
<link>
D.
<meta>
Q4.
Where is the <head> element located?
A.
Inside <body>
B.
Before <html>
C.
After <html> opening tag
D.
At the bottom of the page
Q5.
Which of the following goes inside <head>?
A.
Page title
B.
Buttons
C.
Paragraphs
D.
Images