Multiple choice general knowledge

If you want to have the browser open a new window for a link to an outside page, which attribute would you use?

  1. alt

  2. target

  3. src

  4. start

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

The target attribute controls link behavior. Using target="_blank" opens the link in a new window or tab. Other attributes serve different purposes: alt provides alternative text for images, src specifies source file paths, and start sets the beginning value for ordered lists.