Interview Questions

How do I open a link into a new window?

HTML Interview Questions and Answers


(Continued from previous question...)

85. How do I open a link into a new window?

This feature is a byproduct of frames (In many opinions, the only good things frames did for web design). On any HTML page, you can just add target="_blank" to your link syntax. e.g. yoursite.com

Other Interview Questions