Multiple choice technology web technology Target=_blank specifies that a the page will shut down. the page is defined as a target and will be found by the arrow command. window will open blank. 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 an anchor tag () causes the linked page to open in a new browser window or tab, leaving the original page open. This is commonly used for external links or when you don't want users to navigate away from your page.