“code” HTML links

A couple of simple HTML hyperlinks. The first will open the the destination webpage in a new window and the second will open the destination webpage in the same window.

New Window

CODE:
  1. <a target="_blank" title="link title" href="http://reddog.com">new window link</a>

Same Window

CODE:
  1. <a title="link title" href="http://reddogg.com">same window link</a>

Leave a Reply

You must be logged in to post a comment.