Which of the following is true about XLink and HTML hyperlinks?
• XLink can be attached with any element. Hyperlinks in HTML can be attached to only an ANCHOR element. • XLink can refer to a specific location in XML document by name or context with the help of XPointer. HTML ANCHOR does not have capability to point to specific location within an html document. • XLink / XML links can be multidirectional. HTML links are unidirectional. • HTML links are activated when user clicks on them. XLink has option of activating automatically when XML document is processed.