Interview Questions

Mock question: What is the correct answer of the following question? Which of the following is true about XLink and HTML hyperlinks?

XML Interview Questions and Answers


(Continued from previous question...)

134. Mock question: What is the correct answer of the following question?
Which of the following is true about XLink and HTML hyperlinks?


1. XLink can be attached with any element. Hyperlinks in HTML can be attached to only an ANCHOR <A> element.
2. XLink can refer to a specific location in XML document by name or context with the help of XPointer. HTML ANCHOR<A> does not have capability to point to specific location within an html document.
3. XLink / XML links can be multidirectional. HTML links are unidirectional.
4. HTML links are activated when user clicks on them. XLink has option of activating automatically when XML document is processed.

Only 2 is incorrect, since HTML ANCHOR does have capability to point to specific location within an html document.

(Continued on next question...)

Other Interview Questions