Home l Webpage Design l Website Planning l Content Management

Website Architecture

New Window

Example

If you want to load a file into a new browser window, just add the target="_blank" parameter to the anchor tag as in the example below.

<a href="filename.html" target="_blank">Link Text</a>

See the Link Targets page at EchoEcho.com for more details.

Back to Tutorials