HTML I — Basic HTML Elements
1. HTML is acronym for :
High Text Marker Language
Higher Text Markup Language
Hyper Text Markup Language
Hyper Transfer Makeup Language
2. A coded HTML command that indicates how part of a web page is displayed is called ............... .
Attribute
Tag
Style
All of these
Answer
Tag
3. Which of the following tags identifies the document as an HTML document?
<HTML>
<HEAD>
<BODY>
<P>
Answer
<HTML>
4. The tags that require a starting as well as an ending tag are called ............... .
Pair Element
Twin Element
Container Element
Empty Element
Answer
Container Element
5. Which sequence of HTML tags is correct ?
<html><head><title></title></head><body></body></html>
<html><head><title><body></title></head></body></html>
<html><head><title</head><body></body>></title></</html>
<htm1><head><title><body></body></title></head></html>
Answer
<html><head><title></title></head><body></body></html>
6.To specify the background image for the document, Background attribute is used with which of the following
tags ?
<BODY>
<HTML>
<P>
None of these
Answer
<BODY>
7. Define the basic font size, which of following tag is used ?
SIZE
BASEFONT
FONT
All of these
Answer
BASEFONT
8. The unnumbered lists can be created by ............... tag.
<UL>
<OL>
<LI>
Both (1) and (3)
Answer
Both (1) and (3)
9. The numbered lists can be created by ............... tag.
<UL>
<OL>
<I>
All of these
Answer
<ol>
10. Identify which of the following type of list will create a bulleted list.
Unordered
Ordered
Definition
Numbered
Answer
Unordered
11. Which of the following will produce a solid circle bullet when given as value of type with <UL> ?
disc
circle
square
none of these
Answer
disc
12. Tag(s) required to create Description lists in HTML :
<DL>
<DT>
<DD>
All of the above
Answer
All of the above
13. An advantage of using basic HTML to create a document is that :
all word processors can display the document
all browsers can display the document
it will print better than a word processing document
it is easier to write in HTML
Answer
all browsers can display the document
14. If the HTML code looks like :
<font face="Arial" size="3" color ="#000000">Welcome</font>
then the text would look like:
Welcome
Welcome
Welcome
Wel0000
Answer
Welcome
15. Which of these is NOT an attribute of the font tag ?
color
face
type
size
Answer
type
16. Choose the correct HTML tag to make a text italic .
<italic>
<i>
<italicise>
all of these
Answer
<i>
17.The <title> tag belongs where in your HTML ?
Head
Arm
Body
Foot
Answer
Head
18. Choose the correct HTML tag for the largest heading.
<heading>
<h6>
<head>
<h1>
Answer
<h1>
19. The attribute used to choose the type of font in HTML is :
Character
Face
Text-type
Font-type
Answer
Face
20. HTML is a :
Programming language
Web page layout language
Markup language
English language
Answer
Markup
21. A tag is ............... .
HTML command
VB command
C++ command
None of these
Answer
HTML command