Link Wich Opens in a New Window
For a link wich opens in a new window just set the TARGET attribute to _blank when you use the <a> tag with the href attribute.
For examle,
<center><a href="codes.html" TARGET="_blank">Learn more HTML codes</a></center>
will look like
Learn more HTML codes
Previous CodePrevious Code