use
target = “_blank”
e.g.,
<a href=”http://weboom.wordpress.com/” target = “_blank”>Visit My Weboom Blog</a>
use
target = “_blank”
e.g.,
<a href=”http://weboom.wordpress.com/” target = “_blank”>Visit My Weboom Blog</a>
First, create
<a name=”here”>Your web content</a>
then, create a link for it
<a href=”#here”>Go to your web content</a>
a
is
an anchor tag.
<a href=”http://weboom.wordpress.com/”>Visit My Weboom Blog</a>
