About

Powered by Blogger.

Thursday, January 3, 2013

Odesk EXJAM HTML 4.01 Test 2013 solution

Posted by MILON HOSSAIN On 9:16 AM No comments


Odesk EXJAM HTML 4.01 Test 2013 solution



-Hello to everyone. Everyone wants to money make from odesk freelancer site. But need to making good profile and feedback if you want to making profile you need to pass test exjam. Hear have odesk HTML 4.01 Test 2013 solution.

Question1:

Which of The Question Ans is: following font styling tag is not valid?


    a.     <small>
    b.     <i>
    c.     <b>
    d.     <big>
    e.     <large>

 The Question -an answer is:    c.     <b>      

 Question2:

Which form event is fired on The Question Ans is: click of a button using a button tag with its type attribute value equal to submit?


    a.     on load
    b.     on submit
    c.     on unload
    d.     on reset

 The Question -answers is:     b.     on submit     

 Question3:

Which of The Question Ans is: following tags can be used in place of a button tag?


    a.     legend
    b.     ol
    c.     input
    d.     dl

 The Question answers are:    c.     input      

 Question4:

Which of the Question Ans is: following is invalid value for The Question Ans is: shape attribute of an area tag?


    a.     circle
    b.     tri
    c.     rect
    d.     poly

 The Question -answers is:    b.     tri      

 Question5:

What is The Question Ans is: character-entity representation of The Question Ans is: "less than" sign (<)?


    a.     60;#
    b.     &#60;
    c.     &60#;
    d.     #60&;

 The Question -answers is:    a.     60;#      

 Question6:

Which of the Question Ans is: following statements is correct for The Question Ans is: <blockquote> tag?

    a.     The Question Ans is: text under block quote must be enclosed in a block level element in a strict DTD document.
    b.     The Question Ans is: attribute named cite must be specified.
    c.     Closing The Question Ans is: tag is optional.
    d.     It places an empty line after The Question Ans is: text.

 The Question -answers is:    b.     The Question Ans is: attribute named cite must be specified.      

 Question7:

A developer wrote this image tag:

<img src ="states.gif" width ="330" height ="406" alt="States"
usemap ="#statemap" />

What code should follow this?


    a.     <map id ="statemap" name="statemap">
   <area shape ="rect" coords ="0, 0, 82,126" href="state1.htm"
   alt="State1" />
</map>
    b.     <map id ="statemap" name="statemap"></map>
<area shape ="rect" coords ="0, 0, 82,126" href="state1.htm"
alt="State1" />
    c.     <map id ="statemap" name="statemap">
   <imgarea shape ="rect" coords ="0, 0, 82,126" href="state1.htm"
   alt="State1" /></map>
    d.     <map id ="statemap" name="statemap"></map>
<imgarea shape ="rect" coords ="0, 0, 82,126" href="state1.htm"
alt="State1" />

 The Question -answers is:    c.     <map id ="statemap" name="statemap">
   <imgarea shape ="rect" coords ="0, 0, 82,126" href="state1.htm"
   alt="State1" /></map>      

 Question8:

Which of The Question -following is/are not valid?


    a.     <h2>Main Title</h2>
    b.     <h>Main Title</h>
    c.     <h3>Main Title</h3>
    d.     <h7>Main Title</h7>

 The Question -answers is:    b.     <h>Main Title</h>      

 Question9:

Where The Question Ans must is: styles specified for a CSS internal style sheet be located?


    a.     Inside a table tag
    b.     Inside a div tag
    c.     Inside The Question Ans is: head tag
    d.     Anywhere on The Question Ans is: webpage

 The Question -answers is:    d.     Anywhere on The Question Ans is: webpage     

 Question10:

What is meant by cellpadding?


    a.     It makes The Question Ans is: cell span more than one column.
    b.     It specifies The Question Ans is: space between The Question Ans is: cell wall and The Question Ans is: a content of The Question Ans is: cell.
    c.     It specifies The Question Ans is: space between two cells.
    d.     It makes The Question Ans is: cell span more than one row.

 The Question -answers is:     d.     It makes The Question Ans is: cell span more than one row.     

 Question11:

Which of the Question Ans is: following is true for The Question Ans is: <colgroup> tag?


    a.     The Question Ans is: attribute named cols specifies The Question Ans is: number of columns in colgroup.
    b.     It is useful for applying similar formatting to The Question Ans is: grouped columns.
    c.     It can be used anywhere between The Question Ans is: body tags.
    d.     It can be inserted in a <td> tag to include that cell to The Question Ans is: group.

 The Question -answers are:    b.     It is useful for applying similar formatting to The Question Ans is: grouped columns.      

 Question12:

Is The Question Ans is: following code valid in HTML 4.01 Strict?

<ul> <li> <ol> <li>A</li> <li>B</li> <ul> <li>Item 1</li> <li>Item 2</li> </ul> <li>C</li> </ol> </li> </ul>


    a.     Perfectly valid.
    b.     Invalid because you should not have three levels of nesting in The Question Ans is: lists.
    c.     Invalid because you should not have an unordered list within an ordered list.
    d.     Invalid because you should not have an ordered list within an unordered list.
    e.     Invalid because a <ul> tag should not conflict with an <ol> tag at The Question Ans is: same list level.

 The Question -answers is:    d.     Invalid because you should not have an ordered list within an unordered list.      

 Question13:

Which of The Question Ans is: following is true for The Question Ans is: <param> tag in HTML 4.01?


    a.     It does need a closing tag.
    b.     The Question Ans is: language attribute cannot be specified with it.
    c.     The Question Ans is: name and type attributes are optional.
    d.     The Question Ans is: class, id, and title attributes can be specified for it.

 The Question -answers are:    a.     It does need a closing tag.      

 Question14:

Within a table cell <td>:


    a.     <p></p> tags cannot be used.
    b.     <ol></ol> tags cannot be used.
    c.     <table></table> tags cannot be used.
    d.     <form></form> tags cannot be used.
    e.     All the Question Ans is: above tags could be used.

 The Question -answers are:    e.     All The Question Ans is: above tags could be used.      

 This question is based upon The Question Ans is: figure shown below

 Question15:

You want to display a table listing out customer names and The Question Ans is:ir contact information. The Question Ans is: heading of The Question Ans is: table is shown in The Question Ans is: figure. What is The Question Ans is: code for creating The Question Ans is: first line of The Question Ans is: table heading?


    a.     <tr>
  <th>Customer Name</th>
  <th rowspan=3>Contact</th>
</tr>
    b.     <tr>
  <th>Customer Name</th>
  <th colspan=3>Contact</th>
</tr>
    c.     <tr>
  <th>Customer Name</th>
  <th cellpadding=3>Contact</th>
</tr>
    d.     <tr>
  <th>Customer Name</th>
  <th cellspacing=3>Contact</th>
</tr>

 The Question -an answer is: b.     <tr>
  <th>Customer Name</th>
  <th colspan=3>Contact</th>
</tr>      

 Question16:

It is not necessary to give The Question Ans is: coordinates for an image or object defined within an area tag, if The Question Ans is: value of its shape attribute is:


    a.     circle
    b.     poly
    c.     default
    d.     rect

 The Question -answers is:    c.     default      

 Question17:

A <! DOCTYPE> defines The Question Ans is: document type of any HTML document. It can be of three types:


    a.     Strict, Transitional, or Frameset
    b.     Strict, Transitional, or Loose
    c.     Fixed, Intermediate, or Loose
    d.     Fixed, Intermediate, or Frameset

 The Question -answers is:    d.     Fixed, Intermediate, or Frameset      

 Question18:

You are designing a website for one of your clients. You have to use an applet named cal.class to show a scrollable calendar. Which of The Question Ans is: following is The Question Ans is: recommended way of calling it if you are using HTML 4.01?


    a.     <applet code="cal" width="180" height="180"></applet>
    b.     <img src="cal"></img>
    c.     <object classid="APPID" id="cal" width="180" height="180"></object>
    d.     <sub id="cal"></sub>

 The Question -answers is:    c.     <object classid="APPID" id="cal" width="180" height="180"></object>      

 Question19:

How will you specify a comment in an HTML document?


    a.     <!!- Here is a comment... -!>
    b.     <-Here is a comment.. ->
    c.     <!-- Here is a comment.. -->
    d.     <! Here is a comment... -!>

 The Question -answers is:    c.     <!-- Here is a comment.. -->      

 Question20:

On 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 Question Ans is: above target?


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

 The Question -answers is:    c.     <link url="target4">Check Old Listing as well</link>      

 Question21:

How does a button created by The Question Ans is: <button> tag differs from The Question Ans is: one created by an <input> tag?


    a.     An input tag button can be a reset button too.
    b.     A button tag button can be a reset button too.
    c.     An input tag button can include images as well.
    d.     A button tag can include images as well.

 The Question -answers is:    b.     A button tag button can be a reset button too.      

 Question22:

Which of the Question Ans is: following would give a yellow background to The Question Ans is: web page?
Note: The Question Ans is: code used in The Question Ans is: "correct" answer below was deprecated in HTML 4.01! Use styles instead for new code.


    a.     <body backcolor="Yellow">
    b.     <body background="Yellow">
    c.     <body bgcolor="Yellow">
    d.     <body color="Yellow">

 The Question -answers is:    d.     <body color="Yellow">      

 Question23:

Which of The Question Ans is: following attributes is/are not associated with textarea tag in W3C standard HTML 4.01?


    a.     wrap
    b.     cols
    c.     name
    d.     rows
    e.     ref

 The Question -answers is:    c.     name      

 Question24:

Which of the Question Ans is: following is correct regarding The Question Ans is: frame attribute in The Question Ans is: <table> tag?


    a.     It is used to add a frame to The Question Ans is: table.
    b.     A hsides value for The Question Ans is: frame attribute will show The Question Ans is: border lines for horizontal sides only.
    c.     A hsides value for The Question Ans is: frame attribute will not show The Question Ans is: border lines for horizontal sides only.
    d.     A hsides value for The Question Ans is: frame attribute will add a scrollable frame on The Question Ans is: horizontal sides.

 The Question -answers is:    c.     A hsides value for The Question Ans is: frame attribute will not show The Question Ans is: border lines for horizontal sides only.       

 Question25:

Which of The Question Ans is: following attributes is/are related to The Question Ans is: <img> tag?


    a.     height
    b.     alt
    c.     src
    d.     All of The Question Ans is: above

 The Question -answers is:    d.     all of The Question Ans is: above      

 Question26:

Which of The Question Ans is: following is/are a valid value for The Question Ans is: type attribute of The Question Ans is: input tag?


    a.     text
    b.     icon
    c.     reset
    d.     password

 The Question -answers is:    b.     icon      

 Question27:

Which of The Question Ans is: following statements is correct for a blockquote?


    a.     It makes The Question Ans is: text a bit bigger for emphasizing.
    b.     It defines The Question Ans is: start of a long quote.
    c.     It makes The Question Ans is: text slightly bolder.

 The Question -answers is:    b.     It defines The Question Ans is: start of a long quote.

 Question28:

Your website has moved to some oThe Question Ans is:r address. What HTML 4.01 code would automatically redirect a user to that address within 3 seconds of landing on The Question Ans is: old address?


    a.     <meta http-equiv="refresh" content="3;url=www.newurl.com">
    b.     <meta http="refresh" url="www.newurl.com">
    c.     <meta scheme="refresh" name="redirect" http="www.newurl.com">
    d.     <meta http-equiv="redirect" content="3" http="www.newurl.com">

 The Question -answers is:    c.     <meta scheme="refresh" name="redirect" http="www.newurl.com">      

 Question29:

Which of The Question Ans is: following set of coordinate values refers to an image defined by The Question Ans is: area tag with The Question Ans is: value of poly for its shape attribute?


    a.     coords="150,217,190,257,150,297,110,257"
    b.     coords="150,190,150,110"
    c.     coords="150,217,190,257,150"
    d.     coords="150,110,190,220,150,150,120"

 The Question -answers is:    b.     coords="150,190,150,110"      

 Question30:

While designing The Question Ans is: links page of your website, you want The Question Ans is: link to open in a new browser window. How will you implement this with HTML?


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

 The Question -answers are    b.     <anchor href=http://www.mailer.com target=_blank>Mailer</anchor>      

 Question31:

Which of The Question Ans is: following is incorrect about The Question Ans is: relation between HTML and XHTML?


    a.     XHTML is a stricter and cleaner version of HTML.
    b.     XHTML is almost identical to HTML 4.01.
    c.     XHTML and HTML both are used to generate dynamic content.
    d.     XHTML brings togeThe Question Ans is:r The Question Ans is: elements of HTML and The Question Ans is: syntax of XML.

 The Question -answers is:    c.     XHTML and HTML both are used to generate dynamic content.      

 Question32:

Your browser supports bidirectional text. Which tag below will you use if you need to display text from right to left?


    a.     <opposite>Text should go in opposite direction</opposite>
    b.     <p direction="rtl">Text should go in opposite direction</p>
    c.     <body dir="rtl">Text should go in opposite direction</body>
    d.     <text dir="rtl">Text should go in opposite direction</text>

 The Question -answers is:    b.     <p direction="rtl">Text should go in opposite direction</p>      

 Question33:

Choose The Question Ans is: incorrect statement(s):


    a.     An HTML attribute is additional information included inside a tag.
    b.     HTML is case sensitive.
    c.     All The Question Ans is: HTML4.01 tags must be paired.
    d.     Your browser may appear to correctly use newly deprecated code for The Question Ans is: present, but its support for deprecated code could be halted at any time after The Question Ans is: browser is updated.

 The Question -answers is:    d.     your browser may appear to correctly use newly deprecated code for The Question Ans is: present, but its support for deprecated code could be halted at any time after The Question Ans is: browser is updated.      

 Question34:

You do not want The Question Ans is: user to resize The Question Ans is: frame. The Question Ans is: code should be:


    a.     <frame src="MyPage.html" name="Homepage" scrolling=yes resize="false">
    b.     <frame src="MyPage.html" name="Homepage" scrolling=yes resize="true">
    c.     <frame src="MyPage.html" name="Homepage" scrolling=yes noresize="true">
    d.     <frame src="MyPage.html" name="Homepage" scrolling=yes noresize="noresize">

 The Question -answers is:    d.     <frame src="MyPage.html" name="Homepage" scrolling=yes noresize="noresize">      

 Question35:

The Question Ans is: following link is placed on an HTML webpage.

<a href="http://msdn.com/" target="_blank"> MSDN </a>

What do you infer from it?


    a.     It will open The Question Ans is: site msdn.com in The Question Ans is: same window.
    b.     It will open The Question Ans is: site msdn.com in a new window.
    c.     It will open The Question Ans is: site msdn.com in a frame below.
    d.     It will not be clickable as it is not formed correctly.

 The Question -answers are:    c.     It will open The Question Ans is: site msdn.com in a frame below.      

 Question36:

The Question Ans is:tag that is used to pass The Question Ans is: parameters to an applet are:


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

 The Question -answers is:    b.     applet      

 Question37:

You want to create a link for your website allowing users to email The Question Ans is: webmaster. How will you implement this if The Question Ans is: webmaster's email address is webmaster@xcompany.com?


    a.     <a href="mailto:webmaster@xcompany.com">webmaster</a>
    b.     <a href="webmaster@xcompany.com">webmaster</a>
    c.     <a http="mail:webmaster@xcompany.com">webmaster</a>
    d.     <mail http="send:webmaster@xcompany.com">webmaster</mail>
    e.     <a href="mailto://webmaster@xcompany.com">webmaster</a>

 The Question -answers is:    e.     <a href="mailto://webmaster@xcompany.com">webmaster</a>      

 Question38:

Which attribute(s) of The Question Ans is: <table> tag is/are deprecated in HTML 4.01?


    a.     align and cellspacing
    b.     summary
    c.     bgcolor and align
    d.     cellspacing

 The Question -answers are:    c.     bgcolor and align      

 Question39:
You want to provide a form field to The Question Ans is: users for writing lengthy a comment on The Question Ans is: quality of The Question Ans is: services provided by you. Which of The Question Ans is: following tags will you use?


    a.     <textarea rows="8" cols="20"> your comments ....</textarea>
    b.     <textarea row="8" col="20"> your comments ....</textarea>
    c.     <textarea rowcount="8" colcount="20"> your comments....
</textarea>
    d.     <input type="text" maxlength="100" />

 The Question  answers are:    c.     <textarea rowcount="8" colcount="20"> Your comments....
</textarea>      

 Question40:

View The Question Ans is: following code:

<Html>
<frameset cols = "20%, 20 %,*">
<frame src ="a.html"/><frame src ="b.html" /><frame src ="c.html" />
</frameset>
</html>

What will be displayed on viewing The Question Ans is: above in a browser?


    a.     An HTML page with three columns of equal width.
    b.     An HTML page with three rows of equal height.
    c.     An HTML page with The Question Ans is: last column occupying 60% space.
    d.     An HTML page with The Question Ans is: last column occupying 40% space.

 The Question -answers are:    c.     An HTML page with The Question Ans is: last column occupying 60% space.


Dear friends please read this article for making good profile. I hope you will pass the exams. So if you need more question ans are available availed hear on my site.

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Sponser