Font size
WorksheetsHTML Quiz1
Total questions: 30
Worksheet time: 9mins
What does HTML stand for?
HyperText Markup Language
Hyperlink Text Markup Language
HyperText Multi Language
High Text Markup Language
Who is known as the father of the web?
Tim Berners-Lee
Marc Andreessen
Vint Cerf
Bill Gates
What is the latest version of HTML?
HTML5
HTML4
HTML3
HTML6
What is the purpose of the
tag in HTML?To display images
To contain metadata about the document
To define the visible content of the webpage
To create hyperlinks
Which tag is used to create a paragraph in HTML?
<head>, </head>
<h2>, </h2>
<p>, </p>
<br>
What is the function of the
<hr> tag?
To insert an image
To create a list
To create a new paragraph
To create a horizontal line
Which tag is used to define a table in HTML?
<tbl>
<th>
<td>
<table>
What is the purpose of the <b> tag?
To create a heading
To highlight text
To underline text
To italicize text
Which tag is used for comments in HTML?
<-- Comment-->
<# Comment>
<!--Comment-->
<$--Comment-->
What does the
tag <ul> create?
An unordered list
A definition list
A table
An ordered list
Which tag is used to define the header cell of a table?
<head>
<p>
<h1> to <h6>
<table>
What is the purpose of the tag <head>?
To define the body of the document
To provide metadata about the document
To create a link
To insert an image
(a) are software programs that enable the user to create and edit text files.
HTML files are saved with the extension _________ or _________ .
(a)
Elements describe how the website should appear in the browser/ structure of the pages.
True
False
HTML5 elements are marked up using ________ tags and _______ tags.
(a)
Tags act like containers. They tell you something about the information that lies between their opening and closing tags.
True
False
Words between <h6> and </h6> are the main heading.
True
False
The tag indicates that anything between it and its closing tag should be shown inside the main browser.
<html>
<head>
<body>
<p>
Create the structure of the page.
HTML
CSS
Javascript
None of the choices.
Stylize the website.
HTML
CSS
Javascript
None of the choices.
Increase the interactivity of the page.
HTML
CSS
Javascript
None of the choices.
HTML is the basic building block of the World Wide Web.
True
False
The HTML tag used to force a line break.
(a)
It defines a specific cell in a table.
<caption>
<tr>
<td>
<cell>
It is used to create a list of ordinal numbers.
<td>
<th>
<ul>
<ol>
The html tag (a) specifies an image.
Use (a) tag to specify the hyperlink.
HTML became an ISO in year?
1999
2000
2001
2002
CSS stands for?
(a)
