Placement papers on HTML - Set 2
1. XML is:
a subset of SGML only.
a hybrid of document processing and database processing only.
a standardized yet customizable way to describe the content of documents only.
XML is all of the above.
View Answer / Hide AnswerANSWER: XML is all of the above.
2. What is not true about SOAP?
SOAP originally meant Simple Object Access Protocol.
SOAP was defined as an XML-based standard for providing remote procedure calls over the Internet.
SOAP now is just a name, not an acronym
SOAP was an early form of XML.
View Answer / Hide AnswerANSWER: SOAP was an early form of XML.
3. Which is not a correct name for an XML element?
< first name>
< NAME>
< age>
All 3 names are incorrect
View Answer / Hide AnswerANSWER: All 3 names are incorrect
4. Choose the correct HTML tag for the largest heading
< h6>
< heading>
< head>
< h1>
View Answer / Hide Answer5. What is the correct HTML for making a checkbox?
< check>
< checkbox>
< input type="checkbox"/>
< input type="check" />
View Answer / Hide AnswerANSWER: < input type="checkbox"/>
6. Which of the following is not an event that can trigger a Javascript?
Mouse actions
operating system actions
keyboard actions
timed actions
View Answer / Hide AnswerANSWER: operating system actions
7. What types of value can a function return?
text
true/false
numbers
any variable or object
View Answer / Hide AnswerANSWER: any variable or object
8. Which of the following is NOT a valid Alert call?
alert('A');
alert(a);
alert(a+b);
alert(#);
View Answer / Hide Answer9. What does an HTML tag do?
It specifies formatting and layout instructions for your web page.
It hides programming instructions from view.
It determines the organizational structure of your Web site.
It connects your web site to an operating environment.
View Answer / Hide AnswerANSWER: It specifies formatting and layout instructions for your web page.
10. When you use a heading tag in a document, what does the Web browser assumes?
Heading information is to appear in bold letters
Heading information is to appear on its own line
Heading information has a hyperlink
Heading information is shown as a size six
View Answer / Hide AnswerANSWER: Heading information is to appear on its own line