<base>Create a "base" url for all links on the page. This tag must be placed between the head element of your code. Attribute | Description | href | Specify a url for your elements. Use a local URL or an internet URL. | target | Defines the window/frame to be recieving the requested document. |
Code:
<base href="http://www.tizag.com/" target="_blank">All links will now go to Tizag.com unless otherwise posted.
Display:
All links will now go to Tizag.com unless otherwise posted.
Closing Tag Information:
This tag does not require a closing tag. |