Web Technology


Question 1
Choose the most appropriate HTML tag in the following to create a numbered list
A
< dl >
B
< list >
C
< ul >
D
< ol >
ISRO CSE 2017      
Question 2
XPath is used to navigate through elements and attributes in
A
XSL document
B
XML document
C
XHTML document
D
XQuery document
ISRO CSE 2017      


Question 3
Which of the following is TRUE only of XML but NOT HTML?
A
It is derived from SGML
B
It describes content and layout
C
It allows user defined tags
D
It is restricted only to be used with web browsers
ISRO CSE 2016      
Question 4
To declare the version of XML, the correct syntax is
A
 < ?xml version='1.0' />
B
 < *xml version='1.0' />
C
 < ?xml version="1.0" / >
D
 < xml version='1.0'/ >
ISRO CSE 2015      
Question 5
The correct syntax to write "Hi there" in Javascript is
A
jscript.write ("Hi There")
B
response.write ("Hi There")
C
print ("Hi There")
D
print.jscript ("Hi There")
ISRO CSE 2015      


There are 5 questions to complete.

Leave a Comment