Multiple choice html

Relative path make your hypertext links______.

  1. Portable

  2. Discrete

  3. Uniform

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Relative paths make links portable because they reference files relative to the current document's location (like '../images/photo.jpg'). If you move your entire site to a different folder or server, relative links still work since the file relationships stay the same.

AI explanation

To answer this question, you need to understand the concept of relative paths in hypertext links.

Option A) Portable - This option is correct because relative paths make hypertext links portable. Relative paths specify the location of a linked resource relative to the current location of the document. This means that if the document and the linked resource are moved to a different location or directory, the relative path will still work correctly. It allows for easy transfer of the document and its linked resources without requiring changes to the absolute URLs.

Option B) Discrete - This option is incorrect because relative paths do not make hypertext links discrete. The term "discrete" refers to something separate or distinct, which is not directly related to the concept of relative paths in hypertext links.

Option C) Uniform - This option is incorrect because relative paths do not make hypertext links uniform. The term "uniform" refers to something consistent or standardized, which is not directly related to the concept of relative paths in hypertext links.

Therefore, the correct answer is Option A) Portable.