• No se han encontrado resultados

BIBLIOTECA AGRICOLA

C. American Standard Code for Information Interchange D. American Standard Code for Information Interval 1 Which of the following tags are related to Table in HTML ?

A.

<table> <head> <body>

B.

<table> <row> <column>

C.

<table> <tr> <td>

D.

<table> <header> <footer>

See Answer & Explanation Lets Discuss

2 Which of the following is an attribute of <Table> tag?

A.

src

B.

cellpadding

C.

Link

D.

Bold

See Answer & Explanation Lets Discuss 3 Which of the following is not a pair tag?

A.

<p>

B.

<u>

C.

<i>

D.

<img>

See Answer & Explanation Lets Discuss 4 How can you make a bulleted list?

A.

<list>

B.

<ol>

C.

<ul>

D.

<nl>

See Answer & Explanation Lets Discuss

5 Which tag is used to display the large font size?

A.

<LARGE></LARGE>

B.

<SIZE></SIZE>

C.

<BIG></BIG>

D.

<FONT></FONT>

6 <UL> … </UL> tag is used to ________

A.

display the bulleted list

B.

bold the text

C.

underline the text

D.

display the numbered list

See Answer & Explanation Lets Discuss 7 Text within tag is displayed as________

A.

list

B.

italic

C.

indented

D.

bold

See Answer & Explanation Lets Discuss

8 Which tag used to create hypertext relationship between current document and another document??

A.

<a>

B.

<link>

C.

<l>

D.

<isindex>

See Answer & Explanation Lets Discuss

9 Which tag allows you to add a row in a table?

A.

<td> and </td>

B.

<tr> and </tr>

C.

<cr> and </cr>

D.

<th> and </th>

See Answer & Explanation Lets Discuss 10 How to add alternative text for an Image?

A.

<img src="http://www.placementyogi.com/yogi.png" alternate="Brand of website"/>

B.

<img src="//http://www.placementyogi.com/yogi.png" alt text="Brand of website"/>

C.

<img src="http://www.placementyogi.com/yogi.png" alternate text="Brand of website"/>

D.

<img src="http://www.placementyogi.com/yogi.png" alt = "Brand of website"/>

11 Which tag is used to display the items with bullets?

A.

<list>…</list>

B.

<ul>…</ul>

C.

<bullet>…</bullet>

D.

<ol>…</ol>

See Answer & Explanation Lets Discuss

12 Choose the correct HTML tag for the smallest size heading?

A.

<h6>

B.

<heading>

C.

<h1>

D.

<head>

See Answer & Explanation Lets Discuss

13 Which of the following is the correct way to change font face in Web Page?

A.

<font name = "font name"> … </font>

B.

<font face = "font name"> … </font>

C.

<font = "font name"> … </font>

D.

Font Face cannot change

See Answer & Explanation Lets Discuss

14 Choose the correct HTML tag to make a text bold?

A.

<b>

B.

<bold>

C.

<bb>

D.

<bld>

See Answer & Explanation Lets Discuss

15 <b> tag makes the enclosed text bold. What is other tag to make text bold?

A.

<strong>

B.

<dar>

C.

<black>

D.

<emp>

See Answe

16 Choose the correct HTML tag to left-align the content of a cell.

A.

<td valign= “left”>

B.

<td align= “left”>

C.

<tdleft>

D.

<td leftalign>

See Answer & Explanation Lets Discuss

17 To create a combo box (drop down box) which tag will you use?

A.

<list>

B.

<select>

C.

<input type="dropdown">

D.

all of above

See Answer & Explanation Lets Discuss

18 <TITLE></TITLE> tag must be within_____

A.

form

B.

title

C.

head

D.

body

See Answer & Explanation Lets Discuss

19 Which tag is used to display Preformatted texts?

A.

<prefor> … </ prefor>

B.

<pre text> … </ pre text>

C.

<pre> … </ pre>

D.

<pre format> … </ pre format>

See Answer & Explanation Lets Discuss

20 Which HTML tag would be used to display power in expression (X+Y)6 ?

A.

<sub>

B.

<sup>

C.

<b>

D.

<p>

21 <FRAMESET></FRAMESET> tag can be used instead of_________

A.

body tag

B.

frame tag

C.

both A and B

D.

None of these

See Answer & Explanation Lets Discuss

22 Choose the correct HTML tag for the largest heading.

A.

<h4>

B.

<h2>

C.

<h1>

D.

<h6>

See Answer & Explanation Lets Discuss 23 How do I add scrolling text to my page?

A.

<scroll>

B.

<ciruler>

C.

<marquee>

See Answer & Explanation Lets Discuss

24 .Choose the correct HTML tag to make a text italic

A.

<italic>

B.

<i>

See Answer & Explanation Lets Discuss

25 What is the correct HTML for creating a hyperlink?

A.

<a href="http://www.example.com">example</a>

B.

<a name="">A</a>

C.

<a url="http://www.example.com">example</a>

D.

<a>B</a>

See Answer & Explan

26 How can you create an e-mail link?

A.

<mail href="a@b">

B.

<mail>a@b</mail>

C.

<a href="a@b">

D.

<a href="mailto:[email protected]">

See Answer & Explanation Lets Discuss

27 How can you open a link in a new browser window?

A.

<a href="url" new>

B.

<a href="url" target="new">

C.

<a href="url" target="_blank">

D.

<a href="url" target="_new">

See Answer & Explanation Lets Discuss

28Which of these tags are all tags?

A.

<table><head><tfoot>

B.

<table><tr><td>

C.

<thead><body><tr>

See Answer & Explanation Lets Discuss

29 Choose the correct HTML to left-align the content inside a table cell.

A.

<td valign="left">

B.

<tdleft>

C.

<td leftalign>

D.

<td align="left">

See Answer & Explanation Lets Discuss

30 How can you make a list that lists the items with numbers?

A.

<ul>

B.

<list>

C.

<ol>

D.

<dl>

See Answer & Explanation Lets Discuss

31What is the correct HTML for making a checkbox?

A.

<checkbox>

B.

<input type="checkbox" />

C.

<input type="check" />

D.

<check>

See Answer & Explanation Lets Discuss

32 What is the correct HTML for making a text input field?

A.

<input type="textfield" />

B.

<textinput type="text" />

C.

<textfield>

D.

<input type="text" />

See Answer & Explanation Lets Discuss

33 What is the correct HTML for inserting a background image?

A.

<img src="background.gif" background />

B.

<background img="background.gif">

C.

<body background="background.gif">

D.

<body bgcolor="background.gif">

See Answer & Explanation Lets Discuss

34 What is the correct HTML for making a drop-down list?

A.

<select>

B.

<list>

C.

<input type="list" />

D.

<input type="dropdown" />

See Answer & Explanation Lets Discuss

35 What is the correct HTML for making a text area?

A.

<input type="textarea" />

B.

<textarea>

C.

<input type="textbox" />

See Answer & Explanation

36 colspan can be added to only what tag?

A.

<table>

B.

<tr>

C.

<td>

See Answer & Explanation Lets Discuss

37 What tag adds a paragraph break after the text ?

A.

<PARAGRAPH>

B.

<P>

C.

<BR>

See Answer & Explanation Lets Discuss 38 using <P> tag will

A.

start a new paragraph

B.

break the line

C.

end the current paragraph

D.

none of the above

See Answer & Explanation Lets Discuss

39Linking to another place in the same or another web page requires two A (Anchor) tags, the first with the ________attribute and the second the________attribute.

A.

NAME & LINK

B.

LINK & HREF

C.

HREF & NAME

D.

TARGET & VALUE

See Answer & Explanation Lets Discuss 40 Which tag starts a descriptive list?

A.

<LL>

B.

<DD>

C.

<DL>

D.

<DS>

1 Which of the following HTML code is valid?

A.

<font colour="red">

B.

<font color="red">

C.

<red><font>

D.

All of above are style tags

See Answer & Explanation Lets Discuss

2 Which of the following are attributes of Font tag?

A.

Face

B.

Size

C.

Color

D.

All of above

See Answer & Explanation Lets Discuss

3 Which attribute you’ll use with TD tag to merge two cells horizontally?

A.

merge=colspan2

B.

rowspan=2

C.

colspan=2

D.

merge=row2

See Answer & Explanation Lets Discuss

4 Which attribute is used to name an element uniquely?

A.

class

B.

id

C.

dot

D.

all of the above

See Answer & Explanation Lets Discuss

5 Is negative value allowed to be used when giving a padding property to an element?

A.

True

B.

False

See Answer & Explanation

6 Which property should be used for setting the left margin of an element?

A.

indent

B.

padding-left

C.

margin-left

D.

left

See Answer & Explanation Lets Discuss

7 How to make each word in a sentence start with a capital letter?

A.

font-weight:bold

B.

text-transform:uppercase

C.

text-transform:capitalize

D.

font-size:100px

See Answer & Explanation Lets Discuss

8 How to display the hyperlinks without an underline?

A.

a {underline:hidden;}

B.

a {text-decoration:none;}

C.

a {text-decoration:no-underline;}

D.

a {decoration:hidden;}

See Answer & Explanation Lets Discuss 9 Which CSS property controls the text size?

A.

text-style

B.

text-size

C.

font-size

D.

font-style

See Answer & Explanation Lets Discuss

10 Which CSS property is used to change the text color of an element?

A.

font-color

B.

fgcolor

C.

text-color

D.

color

See Answer & Explanat

Documento similar