NEW
Font size
WorksheetsHTML Basics
Total questions: 30
Worksheet time: 10mins
What does HTML stands for?
Hyper Text Markup Langauage
Hyper Text Makeup Language
Hyper Text Markup Language
Hyper Text Making Language
What is the difference between an opening tag and a closing tag?
both Closing and Opening tag has a / after the tag name
closing tag has a / before the tag name while opening tag does not have it.
Closing tag contains the attribute
Closing tag begins with angle bracket
<br /> What type of tag is this?
Break tag
Broken Tag
opening tag
closing tag
What is a tag that does not have a closing tag called?
tag
Empty Tag
Closing tag
Empty tag
What should values always be enclosed in?
Quotation marks
commas
Parenthesis
equal symbol
Where do all items for the same website need to be save?
where ever is fine
in different folders
in the thumbdrive
in the same folder
What is the tag that begins a list of items?
<li>
<ol>
<ul>
<dl>
You wish your list to be in a particular order. Which tag should you use?
<li>
<ol>
<ul>
<dl>
Which format is best for high quality web photos?
TIF
GIF
JPEG
QRL
Choose the correct HTML tag for the largest heading.
<th>
<h1>
<heading>
<h6>
Which is the correct HTML for adding a background color?
<body bgcolor="123456>
<body bgcolor="00000D">
<body bgcolor="#000D">
<body bgcolor="#123456">
What is the correct HTML for creating a hyperlink?
<a ref="http://www/google.com>Google.com</a>
<a href="http://www/google.com>Google.com</a>
<a href="http://www/google.com>Google.com<a>
<a src="http://www/google.com>Google.com</a>
How is document type initialize in HTML 5?
</DOCTYPE HTML>
</DOCTYPE>
<!DOCTYPE HTML>
</DOCTYPE html>
Which of the following HTML tag is used for making any text bold?
<h1>
<th>
<b>
<font>
How many heading tags are there in HTML 5?
2
3
5
6
Which of the following attributes is used to add link to an anchor tag?
link
ref
href
src
Which of the following attributes is used to open an hyperlink in new tab?
tab
href
target
ref
Which among the following is correct HTML code for making a checkbox?
<checkbox>
<input type="checkbox">
<check>
<input type="check">
Which tag is used for creating a drop-down selection list?
<select>
<opotion>
<dropdown>
<li>
HTML is what type of language?
scripting language
markup language
programming language
network language
HTML uses
user defined tags
pre-specified tags
fixed tags defined by the language
tags only for linking
The year in which HTML was first proposed _____
1990
1980
2000
1995
Fundamental HTML block is known as ___________.
HTML body
HTML tag
HTML attribute
HTML Element
Who is known as the father of World Wide Web (WWW)?
Tim Burners-Lee
Time Berners-Ly
Tim Burners-Ly
Time Berners-Lee
What should be the first tag in any HTML document?
<head>
<title>
<html>
<body>
HTML web pages can be read and rendered by ________.
compiler
server
web browser
interpreter
Which of the following is not a browser?
Microsoft Bing
Netscape Navigator
Mozilla Firefox
Opera
HTML tags are surrounded by which type of brackets?
curly
round
squart
angle
Text and images that are directly displayed on the page are written in _________ section.
<head>
<ttile>
<body>
<html>
In HTML tables the gap between the two cells of same tables are known as
cell spacing
cell difference
cell padding
all of the choices are correct
