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:
There are 5 questions to complete.