NEW
Font size
WorksheetsHTML Quiz
Total questions: 25
Worksheet time: 2hrs 5mins
What does HTML stand for?
Hyper Text Making Language
High Tool Markup Language
Hyper Text Markup Language
Hyperlink and Text Marking Language
Which tag is used to create a hyperlink in HTML?
<link>
<a>
<href>
<url>
What is the purpose of the <title> tag in HTML?
To display the main heading inside the webpage body
To define the title of a section in the page content
To specify the title of the document in the browser tab
To label an image or link with a tooltip
Which attribute is used to specify the destination of a hyperlink?
link
target
src
href
Which HTML element is used to define an unordered list?
<list>
<ul>
<li>
<ol>
What is the function of the <meta> tag in HTML?
To create hyperlinks to metadata pages
To display metadata on the web page
To store meta images and text within the header
To provide metadata about the HTML document
Which attribute is used to specify an alternative text for an image in HTML?
alt
src
title
href
What is the purpose of the <body> tag in HTML?
To specify the document type
To create header and footer
To create body
To define the main content of the document
Which HTML element is used to define a table?
<tab>
<td>
<table>
<tr>
What does the <script> tag in HTML do?
It creates a new HTML document
It is used to include JavaScript code
To include external JS
It makes the structure of the page
What is the purpose of the <head> tag in HTML?
To define the footer of the document
To contain metadata and links to scripts and stylesheets
To display images on the page
To create a sidebar for navigation
Which tag is used to create a line break in HTML?
<br>
<break>
<line>
<lb>
What is the function of the <form> tag in HTML?
To create formal webpage
To display form data directly as plain text
To create formatted text areas on a webpage
To collect user input
What does the <img> tag in HTML do?
It embeds an image in the document
It creates a image
It is a imagine command
None
Which HTML element is used to define a paragraph?
<paragraph>
<para>
<p>
<text>
What is the purpose of the <link> tag in HTML?
To link images to the document
To link JavaScript
To create a hyperlink
To link to external stylesheets
What does the <style> tag in HTML do?
It links to external CSS files
It creates a new text style
It defines internal CSS styles for the document
It adds inline styling
Which HTML tag is used for the largest heading?
<h1>
<head>
<h6>
<big>
How to write comment in HTML?
//comment
<!--comment-->
/*comment*/
--comment--
Which tag is used to insert a video?
<clip>
<mp4>
<vid>
<video>
Which tag is used to define a navigation menu?
<menu>
<navmenu>
<nav>
<navbar>
What is the correct HTML tag for inserting a horizontal line?
<hr-line>
<hr>
<horizontal>
<line>
Which of these is a semantic HTML tag?
<div>
<span>
<article>
<b>
HTML is a programming Language.
True
False
Which tag is used to group content in HTML?
<group>
<content>
<div>
<box>
