🎴 Flashcard Mode

HTML Links, Structure, and Tags

Card1 / 14
Mastered0
Review0
QuestionClick to flip

Relative path make your hypertext links______.

AnswerClick to flip back
A
Portable
💡 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.

Change Mode