Question: 1. What is the character entity representation of the ‘less than’ sign (its entity name is ‘<’) ?
|
a.
|
60;#
|
b.
|
< *
|
c.
|
&60#;
|
d.
|
#60&;
|
Question: 2. 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@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>
|
Question: 3. 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
|