Deck 13: HTML Basics: Tags and Elements: Part A

Full screen (f)
exit full mode
Question
Which tag inserts a line horizontally on your web page?

A)<hr>
B)<line>
C)<line direction="horizontal">
D)<tr>
Use Space or
up arrow
down arrow
to flip the card.
Question
What should be the first tag in any HTML document?

A)<head>
B)<title>
C)<html>
D)<document>
Question
Which tag allows you to add a row in a table?

A)<td> and </td>
B)<cr> and </cr>
C)<th> and </th>
D)<tr> and </tr>
Question
How can you make a bulleted list?

A)<list>
B)<nl>
C)<ul>
D)<ol>
Question
How can you make a numbered list?

A)<dl>
B)<ol>
C)<list>
D)<ul>
Question
What is the correct HTML for making a hyperlink?

A)<a href="http://mcqmate.com">ICT Trends Quiz</a>
B)<a name="http://mcqmate.com">ICT Trends Quiz</a>
C)<a http://mcqmate.com> ICT Trends Quiz </a>
D)<a url="http://mcqmate.com">ICT Trends Quiz</a>
Question
Choose the correct HTML tag to make a text italic

A)<ii>
B)<italics>
C)<italic>
D)<i>
Question
Choose the correct HTML tag to make a text bold?

A)<b>
B)<bold>
C)<bb>
D)<bld>
Question
What is the correct HTML for adding a background color?

A)<body color="yellow">
B)<body bgcolor="yellow">
C)<background>yellow</background>
D)<body background="yellow">
Question
Choose the correct HTML tag for the smallest size heading?

A)<heading>
B)<h6>
C)<h1>
D)<head>
Question
What is the correct HTML tag for inserting a line break?

A)<br>
B)<lb>
C)<break>
D)<newline>
Question
What does vlink attribute mean?

A)visited link
B)virtual link
C)very good link
D)active link
Question
Which tag creates a check box for a form in HTML?

A)<checkbox>
B)<input type="checkbox">
C)<input=checkbox>
D)<input checkbox>
Question
To create a combo box (drop down box) which tag will you use?

A)<select>
B)<list>
C)<input type="dropdown">
D)all of above
Question
Which of the following is not a pair tag?

A)<p>
B)<u>
C)<i>
D)<img>
Question
To create HTML document you require a

A)web page editing software
B)High powered computer
C)Just a notepad can be used
D)None of above
Question
HTML documents are saved in

A)Special binary format
B)Machine language codes
C)ASCII text
D)None of above
Question
. Marquee is a tag in HTML to

A)mark the list of items to maintain in queue
B)Mark the text so that it is hidden in browser
C)Display text with scrolling effect
D)None of above
Question
There are ____ different of heading tags in HTML

A)4
B)5
C)6
D)7
Question
Which of the following HTML code is valid?

A)<font colour="red">
B)<font color="red">
C)<red><font>
D)All of above
Question
Which of the following is an attribute related to font tag?

A)size
B)face
C)color
D)All of above
Question
Which of the following is not a valid alignment attribute?

A)Left
B)Right
C)Top
D)Center
Question
Which attribute is used with img tag to display the text if image could not load in browser?

A)description
B)name
C)alt
D)id
Question
What is the full form of HTML?

A)Hyper text markup language
B)Hyphenation text markup language
C)Hyphenation test marking language
D)Hyper text marking language
Question
HTML document start and end with which tag pairs?

A)<HEAD>….</HEAD>
B)<BODY>….</BODY>
C)<HTML>….</HTML>
D)<WEB>….</WEB>
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/25
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 13: HTML Basics: Tags and Elements: Part A
1
Which tag inserts a line horizontally on your web page?

A)<hr>
B)<line>
C)<line direction="horizontal">
D)<tr>
<hr>
2
What should be the first tag in any HTML document?

A)<head>
B)<title>
C)<html>
D)<document>
<html>
3
Which tag allows you to add a row in a table?

A)<td> and </td>
B)<cr> and </cr>
C)<th> and </th>
D)<tr> and </tr>
<tr> and </tr>
4
How can you make a bulleted list?

A)<list>
B)<nl>
C)<ul>
D)<ol>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
5
How can you make a numbered list?

A)<dl>
B)<ol>
C)<list>
D)<ul>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
6
What is the correct HTML for making a hyperlink?

A)<a href="http://mcqmate.com">ICT Trends Quiz</a>
B)<a name="http://mcqmate.com">ICT Trends Quiz</a>
C)<a http://mcqmate.com> ICT Trends Quiz </a>
D)<a url="http://mcqmate.com">ICT Trends Quiz</a>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
7
Choose the correct HTML tag to make a text italic

A)<ii>
B)<italics>
C)<italic>
D)<i>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
8
Choose the correct HTML tag to make a text bold?

A)<b>
B)<bold>
C)<bb>
D)<bld>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
9
What is the correct HTML for adding a background color?

A)<body color="yellow">
B)<body bgcolor="yellow">
C)<background>yellow</background>
D)<body background="yellow">
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
10
Choose the correct HTML tag for the smallest size heading?

A)<heading>
B)<h6>
C)<h1>
D)<head>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
11
What is the correct HTML tag for inserting a line break?

A)<br>
B)<lb>
C)<break>
D)<newline>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
12
What does vlink attribute mean?

A)visited link
B)virtual link
C)very good link
D)active link
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
13
Which tag creates a check box for a form in HTML?

A)<checkbox>
B)<input type="checkbox">
C)<input=checkbox>
D)<input checkbox>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
14
To create a combo box (drop down box) which tag will you use?

A)<select>
B)<list>
C)<input type="dropdown">
D)all of above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
15
Which of the following is not a pair tag?

A)<p>
B)<u>
C)<i>
D)<img>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
16
To create HTML document you require a

A)web page editing software
B)High powered computer
C)Just a notepad can be used
D)None of above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
17
HTML documents are saved in

A)Special binary format
B)Machine language codes
C)ASCII text
D)None of above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
18
. Marquee is a tag in HTML to

A)mark the list of items to maintain in queue
B)Mark the text so that it is hidden in browser
C)Display text with scrolling effect
D)None of above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
19
There are ____ different of heading tags in HTML

A)4
B)5
C)6
D)7
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
20
Which of the following HTML code is valid?

A)<font colour="red">
B)<font color="red">
C)<red><font>
D)All of above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
21
Which of the following is an attribute related to font tag?

A)size
B)face
C)color
D)All of above
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following is not a valid alignment attribute?

A)Left
B)Right
C)Top
D)Center
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
23
Which attribute is used with img tag to display the text if image could not load in browser?

A)description
B)name
C)alt
D)id
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
24
What is the full form of HTML?

A)Hyper text markup language
B)Hyphenation text markup language
C)Hyphenation test marking language
D)Hyper text marking language
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
25
HTML document start and end with which tag pairs?

A)<HEAD>….</HEAD>
B)<BODY>….</BODY>
C)<HTML>….</HTML>
D)<WEB>….</WEB>
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 25 flashcards in this deck.