Question 1 |
Choose the most appropriate HTML tag in the following to create a numbered list
< dl > | |
< list > | |
< ul > | |
< ol > |
Question 1 Explanation:
Question 2 |
XPath is used to navigate through elements and attributes in
XSL document | |
XML document | |
XHTML document | |
XQuery document |
Question 2 Explanation:
Question 3 |
Which of the following is TRUE only of XML but NOT HTML?
It is derived from SGML | |
It describes content and layout | |
It allows user defined tags | |
It is restricted only to be used with web browsers |
Question 3 Explanation:
Question 4 |
To declare the version of XML, the correct syntax is
| |
| |
| |
|
Question 4 Explanation:
Question 5 |
The correct syntax to write "Hi there" in Javascript is
jscript.write ("Hi There") | |
response.write ("Hi There") | |
print ("Hi There") | |
print.jscript ("Hi There") |
Question 5 Explanation:
Question 6 |
To add a background color for all < h1 > elements, which of the following HTML syntax is used
| |
| |
| |
|
Question 6 Explanation:
Question 7 |
In a web server, ten WebPages are stored with the URLs of the form http://www.yourname.com/var.html; where, var is a different number from 1 to 10 for each Webpage. Suppose, the client stores the Webpage with var =1 (say W1) in local machine, edits and then tests. Rest of the WebPages remains on the web server. W1 contains several relative URLs of the form "var.html" referring to the other WebPages. Which one of the following statements needs to be added in W1, so that all the relative URLs in W1 refer to the appropriate WebPages on the web server?
\lt a href: "http://www.yourname.com/", href: "...var.html" \gt | |
\lt base href: "http://www.yourname.com/" \gt
| |
\lt a href: "http://www.yourname.com/" \gt | |
\lt base href: "http://www.yourname.com/", range:"…var.html" \gt
|
Question 7 Explanation:
Question 8 |
Which of the following statements is/are FALSE?
I. XML overcomes the limitations in HTML to support a structured way of organizing content.
II. XML specification is not case sensitive while HTML specification is case sensitive.
III. XML supports user defined tags while HTML uses pre-defined tags.
IV. XML tags need not be closed while HTML tags must be closed.
I. XML overcomes the limitations in HTML to support a structured way of organizing content.
II. XML specification is not case sensitive while HTML specification is case sensitive.
III. XML supports user defined tags while HTML uses pre-defined tags.
IV. XML tags need not be closed while HTML tags must be closed.
II only | |
I only | |
II and IV only | |
III and IV only |
Question 8 Explanation:
Question 9 |
A web client sends a request to a web server. The web server transmits a program to that client ans is executed at client. It creates a web document. What are such web documents called?
Active | |
Static | |
Dynamic | |
Passive |
Question 9 Explanation:
Question 10 |
Match the problem domains in GROUP I with the solution technologies in GROUP II.


P-1, Q-2, R-3, S-4 | |
P-3, Q-4, R-2, S-1 | |
P-3, Q-1, R-4, S-2 | |
P-4, Q-3, R-2, S-1 |
Question 10 Explanation:
There are 10 questions to complete.