_____can open a link in a new browser window.

Options
- < a href =”url” new>
- < a href =”url” target=”_blank”>
- < a href =”url” target=”new”>
- < a href=”url” target=”_parent”>


CORRECT ANSWER : < a href =”url” target=”_blank”>

Discussion Board
Explanation.

Answer : < a href =”url” target=”_blank”>

To open a new link in new window we must write the following code.
< a href =”url” target=”_blank”>

Jayesh Sonar 02-27-2015 02:05 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement