NEW
Font size
WorksheetsHTML Exercise
Total questions: 10
Worksheet time: 5mins
Choose the correct HTML tag for the largest heading
head
h1
h6
header
The page title is inside the __________ tag
body
head
division
table
HTML images are defined with the <img> tag and filename of image is specified by the attribute
src
src-name
src-link
src-href
In HTML, empty elements can be closed in the opening tag such as
<br>
</br>
<bl>
</bl>
HTML is what type of language?
Scripting language
Markup language
Programming language
Network protocol
Apart form <b> tag, what other tag makes text bold?
<fat>
<black>
<strong>
<emp>
Who is known as the father of World Wide Web (WWW)?
Robert Calliau
Charles Darwin
Tim Thompson
Tim Berners-Lee
What should be the first tag in HTML document?
<head>
<title>
<html>
<document>
What tag is used to display a picture in a HTML page?
picture
img
image
src
Which of the following is NOT a browser?
Microsoft Bing
Mozilla Firefox
Netscape Navigator
Opera
