How to open new window in html?

use

target = “_blank”

e.g.,

<a href=”http://weboom.wordpress.com/” target = “_blank”>Visit My Weboom Blog</a>

Leave a comment