Internal linking with respect to HTML means

2013

Internal linking with respect to HTML means

Answer: C. linking one part of the document to another part of the same document.Definition: Internal linking in HTML means linking one part of a document to another part of the same document using fragment identifiers (anchors). More…

  1. A.

    linking one part of the document on one computer, to another part of the document on some other computer with the same file name.

  2. B.

    linking one part of the document on one computer, to another part of the document on some other computer in the same LAN.

  3. C.

    linking one part of the document to another part of the same document.

  4. D.

    linking one part of the document to another document on the same computer.

Attempted by 757 students.

Show answer & explanation

Correct answer: C

Definition: Internal linking in HTML means linking one part of a document to another part of the same document using fragment identifiers (anchors). More generally, internal linking can also refer to links between pages within the same website. External linking points to pages on other websites. Example (link to a section within the same page): <a href="#section1">Go to Section 1</a>

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…