গত পর্বে ওডেস্ক রেডিনেস টেস্ট এর উত্তর গুলো দিয়েছিলাম । আজ নিয়ে এলাম ওডেস্ক এক্সএইচটিএমএল টেস্ট সেপেম্বের ২০১৪ এর আপডেট উত্তর । এই উত্তর দিয়ে আমার পাওয়া রেসাল্ট নিচের ছবিতে ।
oDesk XHTML 1.0 Test Answer 2014
1.A defines the document type of any XHTML document. It can be of three types:
- Strict, Transitional, and Frameset
- Strict, Transitional and Loose
- Fixed, Intermediate and Loose
- Fixed, Intermediate, Frameset
2.What do you understand by cellspacing?
- It makes the cell span more than one column
- It specifies the space between the cell wall and the contents of the cell
- It specifies the space between two cells
- It makes the cell span more than one ro
3.What do you understand by cellpadding?
- It makes the cell span more than one column
- It specifies the space between the cell wall and the contents of the cell
- It specifies the space between two cells
- It makes the cell span more than one row
4.A developer wrote this image tag: <img src ="states.gif" width ="330" height ="406" alt="States" usemap ="#statemap" /> What code should follow this?
- <map id="statemap" name="statemap"> <area shape="rect" coords="0,0,82,126" href="state1.htm" alt="State1" /> </map>
- <map id="statemap" name="statemap"></map> <area shape="rect" coords="0,0,82,126" href="state1.htm" alt="State1" />
- <map id="statemap" name="statemap"> <imgarea shape="rect" coords="0,0,82,126" href="state1.htm" alt="State1" /></map>
- <map id="statemap" name="statemap"></map> <imgarea shape="rect" coords="0,0,82,126" href="state1.htm" alt="State1" />
5.How will you import a style sheet named "basic.css" in your web page?
- <import name="stylesheet" url="basic.css">
- <link rel="stylesheet" type="text/css" href="basic.css"/>
- <style name="stylesheet" url="basic.css">
- <link item="stylesheet" type="text/css" href="basic.css">
6.How will you specify a comment in an XHTML document?
- <!!-- Here is a comment... --!>
- <-- Here is a comment.. -->
- <!-- Here is a comment.. -->
- <! Here is a comment... --!>
7.How will you specify the language attribute in XHTML?
1.<div lang="en" xml:lang="en">Listing A</div>
2.<div language="en">Listing A</div>
3.<div language="en" xhtml:lang="en">Listing A</div>
4.<div xml:language="en">Listing A</div>
8.On one of your web pages named "Listing.xhtml" you specified a target like this: <a name="target4">Old Listing</a> How will you make a link to the above target?
- <a url="#target4">Check Old Listing as well</a>
- <a href="#target4">Check Old Listing as well</a>
- <link url="target4">Check Old Listing as well</link>
- <a href="Listing.target4">Check Old Listing as well</a>
9.Please choose the most appropriate option. One of the differences between XHTML and HTML 4.01 is that the "name" attribute has been replaced by the "id" attribute in:
- img and applet tag
- simg and map tags
- map and frame tags
- img, map, frame and applet tags
- frame, applet, style and map tags
10.The following registration form was coded by a programmer in XHTML:
1. <!-- Start of the Form Fields -->
2. Name:
3. <input type="text" name="name" maxlength="50" />
4. Registration Date:
5. <input readonly type="text" value="javascript:getDate();" />
6. Account Type:
7. <select name="Account">
8. <option "selected" value="Primary">Primary</option>
9. <option value="Secondary">Secondary</option>
10. </select>
Which of the following options is true with regard to this XHTML document?
- The syntax of the input tag at line 3 is incorrect
- The readonly attribute in line 5 is not correctly coded
- The syntax of the select tag is not correct
- Maxlength cannot be specified with text boxes
11.What do you understand by the following line of code?
<html xmlns="http://www.w3.org/TR/REC-xml-names">
- xmlns specifies the URL to qualify the names used in the XHTML document
- xmlns means html-xml number sequence
- Elimination of xmlns tag will result in the document not being validated by a w3.org validator
- The page will not be displayed properly if the URL is changed to "http://www.w3.org/1999/xhtml"
12.What is the numeric entity representation of the 'less than' sign (its entity name is '<') ?
- 60;#
- <
- &60#;
- #60&;
13.Which attribute specifies the submit URL in a form?
- method
- action
- name
- id
14.Which attributes of the <table> tag is deprecated in HTML 4.01 and not supported in strict DTD XHTML?
- align
- bgcolor
- cellspacing
15.Which of the following statements is correct for the <blockquote> tag?
- The text under blockquote must be enclosed in a block level element in a strict DTD document
- The attribute named "cite" must be specified
- Closing the tag is optional
- It doesn't place an empty line after the text
16.Which of the following is correct about the <!DOCTYPE ...> tag?
- It is not considered to be mandatory as per the XHTML specification
- It must have a closing tag
- It should come just after the <html> tag
- Its declaration is not a part of the XHTML document itself
- None of the above
17.Which of the following is correct for an image?
- An image must be resized in an editor to fit in the specified space on a webpage
- If you have a big image but specify smaller height and width attributes in the <img> tag, only the top left portion of the image will be displayed in the browser
- Both a and b are correct
- The height and width attributes allow resizing the image on the webpage
18.Which of the following is correct regarding the frame attribute of the table tag?
- It is used to add a frame to the table
- A "hsides" frame attribute will show the border lines for horizontal sides of the table only
- A "hsides" frame attribute will not show the border lines for horizontal sides of the table only
- A "hsides" frame attribute will add a scrollable frame on the horizontal sides of the table
19.Which of the following is incorrect about the relation between HTML and XHTML?
- XHTML is a stricter and cleaner version of HTML
- XHTML is almost identical to HTML 4.01
- XHTML and HTML both are used to generate dynamic content
- XHTML brings together the elements of HTML and the syntax of XML
20.Which of the following is incorrect with regard to the <select> tag?
- The "name" should be specified
- The "disabled" attribute disables the drop-down list
- The "multiple" attribute allows the user to choose multiple options
- The text specified in the "value" is displayed in the drop-down list
- None of the above
এরকম বিভিন্ন সম্পূর্ণ সেট উত্তর পাবেন এই ঠিকানায় ।
আর যেকোনো অনুরোধে আমরা আছি আপনার পাসে ফেসবুকে ।
dekhi kaj hoi kina !