-
Which of the following specifies relationship between current document and external resource?
-
- <link>
- <title>
- <style>
- <meta>
- None of these
Correct Option: A
Relationship between current document and external resource is specified by <link> element. The possible uses for this element include defining relational framework for navigation. It is mostly used to link to style sheets. <title> element specifies title of the document. Metadata about HTML document is provided by <meta> element. <style> element specifies style information about the HTML document.