moneybookers



Saturday, July 24, 2010

HTML Tests and Solutions

Q.NO.11.

Which of the following value for the scrolling atribute from the fram tag is not valid?

a. yes
b. default
c. auto
d. no

Q.NO.12.

One of your Web pages named Listing.html you specified a target like this:

<a name="target4">Old Listing </a>


How will you make a link to the above target?

a. <a url = "#target4" > Check Old Listing as well </a>

b. <a href = "#target4" > Check Old Listing as well </a>

b.<link url = "#target4" > Check Old Listing as well </link >

b. <a href = "Listin.target4" > Check Old Listing as well </a>

Q.NO.13.

While designing the links page of your website. You want the link to open in a new browser window.
How will you implement this with HTML?

a.<anchore href="http://www.mailer.com">Mailer </anchore >
b. <anchore href=http://www.mailer.com target=_blank >Mailer </anchore >
c. <A HREF="http://www.mailer.com">Mailer </A >
d. <a href=http://www.mailer.com target=_blank >Mailer </a >

Q.NO.14.

You are creating several web pages for a website that contains several rather large data tables.
Many of which are some what sismilar in the number of columns, rows and other common table formating. In addition ,CSS
will be employed for formating the tables. Which one of the following types of CSS has the highest priority over the others
and typically require the greatest total amount of code space for the entire website for formtting the various table cells

a. External Style Sheet
b. Inline Style Sheet
c. Internal Style Sheet
d. Browser default

Q.NO.15.

Choose the incorrect statment.

a. The <em> tag emphasizes the given text by italiczing.
b. The <code> tag indicates that the text inside is an example of typed code.
c. The <var> tag indicates that the text inside the tag has been revised
d. The <strong> tag strongly emphasizing the text

Q.NO.16.

The tag is used to pass the parametrs to an applet is:

a. appletpar
b. applet
c. param
d. var

Q.NO.17.

Within a table cell
<td>

a.
<p></p>
tag can't be used
b.
<ol></ol>
tag can't be used
c.
<form></form>
tag can't be used
d.
<table></table>
tag can't be used
e. All the above tags could be used


Q.NO.18.

The use of depricated align atribute with an image tag result in :

a. Text taht is aligned with the bottom of the image if the value of align is bottom.
b. Text that is aligned with the top of the value of align is top.
c. Text that is located to the left of the image if the value of align is left.
d. Text that is located to the right of the image if the value of align is right.

Q.NO.19

Which of the folowing atributes is/are valid for a select tag.

a. name
b. size
c. multiple
d. all of the above

Q.NO.20.

Which form event is fired on the click of a button tag with its type atribute value equal to submit.

a. onload
b. onsubmit
c. onload
d. onreset

No comments:

Post a Comment