Q.1
HTML5 is
  • HTML+CSS3+Java Script APIs
  • HTML+CSS1+Java Script APIs
  • HTML+Java Script APIs
  • HTML+CSS2
Q.2
What is XML ?
  • Extensible MarkUp Language
  • Extra Modern Link
  • Example markup Language
  • X-Markup Language
Q.3
XML is
  • Free and Extensible
  • Not Extensible.
  • A style sheet
  • None of these
Q.4
Identify the correct statement
  • All XML elements must be properly closed
  • All XML elements must be lower case
  • All the statements are true
  • All XML documents may not have root element
Q.5
XML means
  • eXcellent markup Language
  • eXtensible Markup Language.
  • extensible Modular Language
Q.6
DTD stands for
  • Dynamic Type Definition
  • Direct Type Definition
  • Document Type Definition
  • Discrete Type Definition
Q.7
XML uses the features of
  • HTML
  • XHTML
  • VML
  • SGML
Q.8
Xml is used for
  • storing and transporting the data
  • adding styling to the webpages
Q.9
What is a style sheet?
  • A style sheet is used to build a consistent, transportable, and well-designed style template.
  • To create a multicolor text on a web page
  • It is used to define a container for navigation links
  • It is used to define content aside from the content
Q.10
What does DTD stand for?
  • Direct Type Definition
  • Document Type Definition
  • Do The Dance
  • Dynamic Type Definition
Q.11
What makes Ajax unique?
  • It works as a stand-alone Web-development tool.
  • It works the same with all Web browsers.
  • It uses C++ as its programming language.
  • It makes data requests asynchronously.
Q.12
What does XML stand for?
  • eXtra Modern Link
  • eXtensible Markup Language
  • X-Markup Language
  • Example Markup Language
Q.13
What is formatting in HTML?
  • The HTML contains six types of headings which are defined with the <h1> to <h6> tags.
  • a process of format the text for a better look and feel
  • There are some HTML tags that don't need a closing tag.
  • Content is placed between tags to display data on the web page.
Q.14
Which of the following is a valid XSLT iteration command
  • for
  • for-all
  • for-each
  • in-turn
Q.15
Which of the following XML fragments are well-formed?
  • <myElement myAttribute=someValue/>
  • <myElement myAttribute="someValue"/>
  • <myElement myAttribute=’someValue’>
  • <myElement myAttribute="someValue’/>
Q.16
Well formed XML document means
  • it contains a root element
  • it contain an element
  • it contains one or more elements
  • must contain one or more elements and root element must contain all other elements
Q.17
What sever support AJAX ?
  • SMTP
  • WWW
  • HTTP
Q.18
Which of the following XML documents are well-formed?
  • <firstElement>some text goes here <secondElement>another text goes here</secondElement> </firstElement>
  • <firstElement>some text goes here</firstElement> <secondElement> another text goes here</secondElement>
  • <firstElement>some text goes here <secondElement> another text goes here</firstElement> </secondElement>
  • </firstElement>some text goes here </secondElement>another text goes here <firstElement>
Q.19
Which is not a correct name for an XML element?
  • <age1>
  • All 3 names are incorrect
  • <first name>
  • <NAME>
Q.20
Identify the incorrect difference between HTML and DHTML?
  • HTML is a mark-up language, while DHTML is a collection of technology
  • HTML sites will be fast upon client-side technologies, while DHTML sites will be slow enough upon client-side technologies.
  • DHTML creates dynamic web pages, whereas HTML creates static web pages.
  • HTML cannot have any server side code but DHTML may contain server side code.
  • DHML is basically using JavaScript and style sheets in an HTML page.
0 h : 0 m : 1 s