Deck 1: HTML Basic Tags and Attributes

Full screen (f)
exit full mode
Question
The tag used to create a hypertext relationship between current document and another URL is

A)<isindex
B)<a>
C)<link>
D)none of these
Use Space or
up arrow
down arrow
to flip the card.
Question
How can you make an e-mail link?

A)<mail href +"xxx@y.com">
B)<a href ="mail to:xxx@y.com">
C)<a href = "xxx@y.com">
D)both (b) and (c)
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 tag is used to mark a beginning of Paragraph?

A)<td>
B)<br>
C)<p>
D)<tr>
Question
Correct HTML tag for the largest heading is

A)<head>
B)<heading>
C)<h6>
D)<h1>
Question
The attribute of <form> tag

A)method
B)action
C)both (a)&(b)
D)none of these
Question
Web pages starts with which off the following tag?

A)<body>
B)<title>
C)<html>
D)<form>
Question
How can you open a link in a new browser window?

A)< a href = "url" target = "new">
B)<a href = "url" target= "_blank">
C)<a href = "url".new>
D)<a href = "url" target ="open">
Question
The tag used to create a new list item and also include a hyperlink is

A)<li>
B)<dl>
C)<dd>
D)<ul>
Question
Which of the tag is used to creates a number list?

A)<li>
B)<ol>
C)<li> and <ol>
D)none of these
Question
The tag used to create a hypertext relationship between current document and another URL is

A)<isindex>
B)<a>
C)<link>
D)none of these
Question
The text inside the <TEXT AREA> tag works like

A)<p> formatted text
B)<t> formatted text
C)<pre> formatted text
D)none of these
Question
What is the correct HTML for adding a background color?

A)<background>yellow<background>
B)<body color = "yellow">
C)<body bgcolor = "yellow">
D)<body bg ="yellow"
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
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
Which tag creates a check box for a form in HTML?

A)<checkbox>
B)<input type="checkbox">
C)<input=checkbox>
D)<input checkbox>
Question
Which of the following attributes is used to specify elements to bind style rules to?

A)id
B)class
C)tag
D)all of the mentioned
Question
Which selector is used to specify a rule to bind a particular unique element?

A)id
B)class
C)tag
D)both class and tag
Question
__________ has introduced text, list, box, margin, border, color, andbackground properties.

A)css
B)selector
C)declaration
D)text color
Question
The _______property is used to set the color of the text.

A)css
B)selector
C)declaration
D)text color
Question
The CSS __________properties is used to define the background effects.

A)css
B)selector
C)background
D)text color
Question
_______ is a platform independent light weighted objet based scripting language.

A)java script
B)head
C)number ,string & boolean
D)none of these
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/24
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 1: HTML Basic Tags and Attributes
1
The tag used to create a hypertext relationship between current document and another URL is

A)<isindex
B)<a>
C)<link>
D)none of these
<link>
2
How can you make an e-mail link?

A)<mail href +"xxx@y.com">
B)<a href ="mail to:xxx@y.com">
C)<a href = "xxx@y.com">
D)both (b) and (c)
<a href ="mail to:xxx@y.com">
3
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
<select>
4
Which of the following tag is used to mark a beginning of Paragraph?

A)<td>
B)<br>
C)<p>
D)<tr>
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
5
Correct HTML tag for the largest heading is

A)<head>
B)<heading>
C)<h6>
D)<h1>
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
6
The attribute of <form> tag

A)method
B)action
C)both (a)&(b)
D)none of these
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
7
Web pages starts with which off the following tag?

A)<body>
B)<title>
C)<html>
D)<form>
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
8
How can you open a link in a new browser window?

A)< a href = "url" target = "new">
B)<a href = "url" target= "_blank">
C)<a href = "url".new>
D)<a href = "url" target ="open">
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
9
The tag used to create a new list item and also include a hyperlink is

A)<li>
B)<dl>
C)<dd>
D)<ul>
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the tag is used to creates a number list?

A)<li>
B)<ol>
C)<li> and <ol>
D)none of these
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
11
The tag used to create a hypertext relationship between current document and another URL is

A)<isindex>
B)<a>
C)<link>
D)none of these
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
12
The text inside the <TEXT AREA> tag works like

A)<p> formatted text
B)<t> formatted text
C)<pre> formatted text
D)none of these
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
13
What is the correct HTML for adding a background color?

A)<background>yellow<background>
B)<body color = "yellow">
C)<body bgcolor = "yellow">
D)<body bg ="yellow"
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
14
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>
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
15
How can you make a bulleted list?

A)<list>
B)<nl>
C)<ul>
D)<ol>
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
16
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 24 flashcards in this deck.
Unlock Deck
k this deck
17
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 24 flashcards in this deck.
Unlock Deck
k this deck
18
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 24 flashcards in this deck.
Unlock Deck
k this deck
19
Which of the following attributes is used to specify elements to bind style rules to?

A)id
B)class
C)tag
D)all of the mentioned
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
20
Which selector is used to specify a rule to bind a particular unique element?

A)id
B)class
C)tag
D)both class and tag
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
21
__________ has introduced text, list, box, margin, border, color, andbackground properties.

A)css
B)selector
C)declaration
D)text color
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
22
The _______property is used to set the color of the text.

A)css
B)selector
C)declaration
D)text color
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
23
The CSS __________properties is used to define the background effects.

A)css
B)selector
C)background
D)text color
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
24
_______ is a platform independent light weighted objet based scripting language.

A)java script
B)head
C)number ,string & boolean
D)none of these
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 24 flashcards in this deck.