Multiple choice technology web technology

Target=_blank specifies?

  1. the page will shut down.

  2. the page is defined as a target and will be found by the arrow command.

  3. window will open blank.

  4. when clicking a link, it will open in a new window.

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

The target="_blank" attribute in HTML anchor tags tells the browser to open the linked document in a new window or tab. This is commonly used when you want users to view linked content without leaving the current page. It does not shut down pages or open blank windows.