Multiple choice general knowledge

The anchor tag links to:

  1. specific places within a particular page.

  2. other pages within your website.

  3. pages anywhere on the Internet.

  4. All of these are correct

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

The anchor tag is versatile and can link to specific locations within the same page (using # with id), other pages on the same website (relative paths), or any page on the internet (absolute URLs). This flexibility makes it fundamental for web navigation and creating interconnected content.