Home » HTML » Html miscellaneous » Question
  1. Which of the following specifies relationship between current document and external resource?
    1. <link>
    2. <title>
    3. <style>
    4. <meta>
    5. 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.



Your comments will be displayed only after manual approval.