XHTML 1.0 Test
Which of the following statements is true about the table header,
body and footer tags?
a.
The table header, body and footer tags are <tablehead>, <tablebody>
and <tablefoot> respectively
b.
The table header, body and footer tags are <tabhead>, <tabbody> and
<tabfoot> respectively
c.
It is recommended to first specify the table header followed by the footer and
then the body tag
d. None of the above
Which of the following is not correct for a <meta> tag?
a.
It is more useful if it is placed in a head element
b.
It can be used to specify the keywords for the search engines
c.
It can be used to redirect users to other URLs
d. It is mandatory to
specify the name or scheme attributes
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
a.
img and applet tags
b.
img and map tags
c.
map and frame tags
d. img, map, frame and
applet tags
e.
frame, applet, style and map tags
Which of the following is incorrect with regard to the
<select> tag?
a.
The "name" should be specified
b.
The "disabled" attribute disables the drop-down list
c.
The "multiple" attribute allows the user to choose multiple options
d. The text specified in
the "value" is displayed in the drop-down list
e.
None of the above
Which of the following is correct for an image?
a.
An image must be resized in an editor
to fit in the specified space on a webpage
b.
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
c.
Both a and b are correct
d. The height and width
attributes allow resizing the image on the webpage
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">
<irngarea
shape="rect" coords="0,0,82,126" href="state1
htm" alt="State1"/></map>
d.
<map id="statemap" name="statemap"></map>
<irngarea
shape="rect" coords="0,0,82,126" href="state1
htm" alt="State1"/>
This question is based upon the figure shown below
Customer Name
|
Contact
|
Fixed Line Mobile Email
|
You want to display a table listing out customer names and their
contact information The heading of the table is shown in the figure What is the
code for creating the first line of the 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
cellpaddmg="3">Contact</th> </tr>
d.
<tr><th>Customer Name</th>
<thcellspacmg=3>Contact</th> </tr>
Your browser supports bidirectional text Which tag 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. <bdo
dir="rtl">Text should go in opposite direction</bdo>
d.
<text dir="rtl">Text should go in opposite
direction</text>
You specified a base tag and anchors as follows
1 <base
target="_blank"></base>
2 <a href="http //www yahoo
com">Yahoo</a>
3 <a href="http //www google com"
target="_top">Google</a>
Which of the following is true for the above code?
a. Only the Yahoo Iink will
open in a new window
b.
Only the Google link will open in a new window
c.
Both links will open in a new window
d.
Both links will open in the same window
What do you understand by cellspacing?
a.
It makes the cell span more than one column
b.
It specifies the space between the cell wall and the contents of the cell
c. It specifies the space
between two cells
d.
It makes the cell span more than one row
You placed four radio buttons on a web form You want the users to
specify whether they are male or female and whether they are married or single
The code is as follows
Male
<mputtype="radio" checked="checked" name="chk"
value="male"/> Female <mputtype="radio"
name="chk" value="female"/> Married
<mputtype="radio" checked="checked" name="chk"
value="marned"/> Single <mputtype="radio"
name="chk" value="smgle"/>
What is wrong with the above code?
a. It will allow the user to choose only the
male and the married options
b. It will allow the user to choose only the
female and single options
c. It will allow the user to choose only one
option out of the four
d. It will allow the user to choose all the four
options at the same time
What do you understand by cellpadding?
a.
It makes the cell span more than one column
b. It specifies the space
between the cell wall and the contents of the cell
c.
It specifies the space between two cells
d.
It makes the cell span more than one row
You want to create a link for your website allowing users to email
the webmaster How will you implement this if the webmaster's email is
"webmaster@Kcompany com"?
a. <a href="mailto
webmaster@Kcompany com">webmaster</a>
b.
<a href="webmaster@Kcompany com">webmaster</a>
c.
<a http="mail webmaster@Kcompany com">webmaster</a>
d.
<mail http="send webmaster@Kcompany com">webmaster</mail>
e.
<a href="mailto//webmaster@Kcompany com">webmaster</a>
Which of the following is incorrect about the 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 together the elements of HTML and the syntax of XML
A <doctype> defines the document type of any XHTML document
It can be of three types
a. Strict, Transitional,
and Frameset
b.
Strict, Transitional and Loose
c.
Fixed, Intermediate and Loose
d.
Fixed. Intermediate. Frameset
While designing the links page of your website, you want the link
to open in a new window How will you implement this with XHTML using
Transitional doc type?
a. onchor hrel="http://wvw.mailer.corn">Mailer</ancrior>
b. onchor hrel=http://www.mailer.com
largel=_blank>Mailer</anchor>
c.
<A HREF="http://www.mailer.com">Mailer</A>
d. <a href="http://www.mailer.com"
t a rg et="_b I a n k" > M a 11 e r </a >
You are developing a website In one of the subscription forms, you
need to get the subscription start date from the user The HTML code is as
follows
Day <mput
type="text" size="3"/> Month
<inputtype="text"size="10"/> Year <mput
type="text" size="4"/>
Which of the following will you use if you want to put these 3 text fields together in a box?
a. <legend>
b. <box>
c. <fieldset>
d. <area>
Your website has moved to some other address How will you
automatically redirect a user to that address within 3 seconds of landing on
the old address?
a. <meta
http-equiv="refresh" content="3, url=http://www.newurl.com"/>
b.
<meta http="refresh" url="wvw.newurl.com"//>
c.
<meta scheme="refresh" name="redirect" http="www.newurl.com"//>
d.
<meta http-equiv="redirect" content="3" http="www.newurl.com"/>
Which of the following is true for the "<param>
a. It doesn't need a
closing tag
b.
The language attribute cannot be specified with it
c.
The name and type attributes are optional
d.
The class, id and title can be specified for it
You have defined the following image in an XHTML document
<img src=7irnage/logo
gif" alt="" id="img1" />
a.
The code will only work properly in a browser that supports XHTML
b. The code will work properly
in a browser that supports both HTML 4 x and XHTML
c.
The code will only work properly in a browser that supports HTML4x
d.
The code is incorrect, it will not work in any browser
While writing a strict DTD XHTML document, you want to create a
table having 2 columns, both left aligned What technique will you choose to do
this?
a.
<tablealign="left"border="1">
<tr><td>Plan A </td>
<td align="left">Monthly
payment of $60</td>
</tr>
</table>
b.
<tableborder="1">
<tr><td
align="left">Plan A</td>
<td align="left">Monthly
payment of $60</td>
</tr>
</table>
c.
<tablealign="left"border="1"> <tr><td
align="left">Plan A</td>
<td align="left">Monthly
payment of $60</td> </tr>
d.
<tableborder="1">
<tr><td
align="left">Plan A</td> <td>Monthly payment of
$60</td> </tr>
</table>
Which of the following lines will be allowed by an XHTML parser?
a.
<p>This is the starting of a new paragraph
b.
<P>This is the starting of a new paragraph<P>
c.
Here is a break statement <br></br>
d. New Horizontal line
<hr/>
Which of the following statements is correct with regard to DTDs?
a.
A strict DTD allows the user to use cascading style sheets
b.
A transitional DTD displays content in those browsers which don't support CSS
c. A frameset DTD is used to
partition the browser window
d.
All of the above
Which of the following is correct regarding the frame attribute of
the table tag?
a.
It is used to add a frame to the table
b. A "hsides"
frame attribute will show the border lines for horizontal sides of the table
only
c.
A "hsides" frame attribute will not show the border lines for
horizontal sides of the table only
d.
A "hsides" frame attribute will add a scrollable frame on the
horizontal sides of the table
The following registration form was coded by a programmer in XHTML
1 <i- Start ofthe Form Fields —>
2 Name
3 <mputtype="text"
name="name" maxlength="50"/>
4 Registration Date
5 <mput readonlytype="text"
value="javascnpt getDate()," />
6 Account Type
7 <selectname="Account">
8 <option "selected"
value="Pnmary">Primary</option>
9 <option value="Secondary">Secondary</option>
10 </select>
Which of the following options is true with regard to this XHTML
document?
a.
The syntax of the input tag at line 3 is incorrect
b. The read only attribute
in line 5 is not correctly coded
c.
The syntax of the select tag is not correct
d.
Maxlength cannot be specified with text boxes
How will you specify a comment in an XHTML document?
a. <H--Here is a comment -i>
b. <--Here is a comment -->
c. <i--Here is a comment -->
d. <i Here is a comment -i>
How will you specify the language attribute in XHTML?
a. <div lang="en" xrnl
lang="en">Listmg A</div>
b. <divlanguage="en">Listmg
A</div>
c. <div language="en" xhtml
lang="en">Listmg A</div>
d. <divxml language="en">Listing
A</div>
You have to add a list of products in a drop-down list. What will
you use to group the identical products under a category name?
a. optgroup
b.
option
c.
menu
d. var
Which of the following represents the basic tag structure of an
XHTML document?
a.
<html><head><body></body></html>
b.
<html><body></bodyx/html>
c.
<html><headx/headxbodyx/bodyx/html>
d.
<html><headx/headx/html>
What do you understand by the following line of code?
<html xmlns="http
//www w3 orgrTR/REC-xml-names">
a. xmlns specifies the URL
to quality the names used in the XHTML document
b.
xmlns means html-xml number sequence
c.
Elimination of xmlns tag will result in the document not being validated by a
w3 org validator
d.
The page will not be displayed properly if the URL is changed to
"http//wvwiw3 org/1999/xhtrnl'
On one of your web pages named "Listing xhtml" you
specified a target like this
<a
narne="target4">0ld Listmg</a>
How will you make a link to the above target?
a.
<a url="#target4">Check Old Listing as well</a>
b.
<ahref="#target4">Check Old Listing as well</a>
c.
<link url="target4">Check Old Listing as well</lmk>
d.
<ahref="Listmgtarget4">Check Old Listing as well</a>
Which of the following is correct about the <IDOCTYPE > tag?
a.
It is not considered to be mandatory as per the XHTML specification
b.
It must have a closing tag
c.
It should come just after the <html> tag
d.
Its declaration is not a part of the XHTML document itself
e. None of the above
Which attributes of the <table>tag is deprecated in HTML 4
01 and not supported in strict DTD XHTML?
a. align
b.
bgcolor
c.
cellspacing
Which attribute specifies the submit URL in a form?
a. method
b. action
c. name
d. id
Which of the following statements is correct for the
<blockquote>
a. The text under block quote
must be enclosed in a block level element in a strict DTD document
b.
The attribute named "cite" must be specified
c.
Closing the tag is optional
d.
It doesn't place an empty line after the text
Within a table cell "<td>"
a.
<p></p> tags can't be used
b.
<ol></ol> tags can't be used
c.
<table></table> tags can't be used
d.
<form></form> tags can't be used
e. All the above tags can
be used
How will you import a style sheet named "basic css" in
your web page?
a.
<importname="stylesheet" url="basic css">
b.
<linkrel="stylesheet"type="text/css"href="basiccss"/>
c.
<style name="stylesheet" url="basic css">
d.
<linkitem="stylesheet"type="text/css"href="basiccss">
You want to provide a form field to the users for writing lengthy
comments on the quality of the services provided by you Which of the 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.
<inputtype="text"maxlength="100"/>
What is the numeric entity representation of the ‘less than' sign
(its entity name is '<'
a. 60,#
b. <,
c. &60#,
d. #60&.
Which of these tags will create a single space character?
a.
<td>
b.
<th>
c.  ,
d. <b>
0 comments:
Post a Comment