HTML I
HTML I
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
<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
<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
<UL>
<OL>
<LI>
Both (1) and (3)
Answer
Both (1) and (3)
<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
<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 :
Answer
all browsers can display the document
Welcome
Welcome
Welcome
Wel0000
Answer
Welcome
color
face
type
size
Answer
type
<italic>
<i>
<italicise>
all of these
Answer
<i>
Head
Arm
Body
Foot
Answer
Head
18. Choose the correct HTML tag for the largest heading.
<heading>
<h6>
<head>
<h1>
Answer
<h1>
Character
Face
Text-type
Font-type
Answer
Face
20. HTML is a :
Programming language
Web page layout language
Markup language
English language
Answer
Markup
HTML command
VB command
C++ command
None of these
Answer
HTML command