WorksheetsHTML GAME
Total questions: 10
Worksheet time: 2mins
What type of language can html be categorized?
Markup language
Scripting language
Programming language
Universal language
Which is NOT true about html?
HTML is the standard markup language for Web pages.
With HTML you can create your own Website.
HTML is easy to learn - You will enjoy it!
HTML is all known as search engine.
What does html stand for?
Hyper Text Machine Language
Hyperlink Text Markup Language
Hyper Text Markup Language
Hyperlink Text Machine Language
This main tag is the root element of an HTML page
<html>
<head>
<title>
<body>
This main tag contains meta information about the HTML page
<html>
<head>
<title>
<body>
This main tag specifies a title for the HTML page.
<html>
<head>
<title>
<body>
defines the document's body, and is a container for all the visible contents, such as headings, paragraphs, images, hyperlinks, tables, lists, etc.
<html>
<head>
<title>
<body>
It defines the largest heading
<h7>
<h6>
<h10>
<h1>
It defines a paragraph
<b>
<paragraph>
<p>
<h1>
Which is NOT an empty tag/unpaired tag?
<img>
<hr>
<br>
<p>
