Free online money making banner


HTML tags and tutorials


 

 
Google
 
Web MoneyXtreme
 
 

 

 

 

 

 

 

 

 

 

Submit your site

 



 
 

   

 

The <a> tag

The <a> tag is used to define an anchor which in other words, a link, which simply means were it will lead you when executed by a mouse click or by a script. It can leads to files, other web pages and even in a particular section on a same web page. Without Links there would be no Internet.

On links to other pages the tag is used this way:

<a href="address">clickable word or phrase that is shown in the browser </a>

Source code Browser

<a href="www.moneyxtreme.com">back to home</a>

 

back to home

Attributes can be used to customize how and where pages will be opened.

<a href="www.moneyxtreme.com" target="_(where you want it to open)">clickable text</a>

Where you want it to open has 4 possible values:

_blank -->open in a new window.
_parent -->open in the parent frameset.
_self -->open in the same frame it was clicked or executed from.
_top -->open on the same windowregardless of frames as a full new page.

if no target is specified the window will open in the same window.

Source code Browser

<html>

<body>

<a href="www.moneyxtreme.com" target="_blank">open in a new window</a>

</body>

</html>

open in a new window

 

The way files are organized on a server is how you will link them in your source code. You don't need to write the full address of pages, files and images on your Web site.

ex:

if page1.htm and page2.htm are located on the same folder level of your server, A way of linking page 2 on page 1would be:

<a href="page2.htm">clickable text</a> instead of
<a href="rootfolder.com/page2.htm">clickable text</a>

and if you are 1 folder up on page3.htm and wish to link to page1.htm:

<a href="../page1.htm">clickable text</a> instead of
<a href="rootfolder.com/page1.htm">clickable text</a>

So pay attention on how you manage files and folders on your server it might become a time saver.

Tag list

<!--comment-->
<!DOCTYPE>
<a>
<abbr>
<acronym>
<address>
<area>
<b>
<base>
<bdo>
<big>
<blockquote>
<body>
<br>
<button>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<dd>
<del>
<div>
<dfn>
<dl>
<dt>
<em>
<fieldset>
<font>
<form>
<frame>
<frameset>
<h1>...<h6>
<head>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<kbd>
<label>
<legend>
<li>
<link>
<map>
<meta>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<p>
<param>
<pre>
<q>
<samp>
<script>
<select>
<small>
<span>
<strong>
<style>
<sub>
<sup>
<table>
<tbody>
<td>
<textarea>
<tfoot>
<th>
<thead>
<title>
<tr>
<tt>
<u>
<ul>
<var>

 

Home - Content - Domain Name - Free Host - Host - Web Design - HTML - Tools - Advertise

Google - ClickBank - Affiliate - AdSense - AdWords - Merchant Account - Glossary - Links

This site is not in anyway affiliated
with any of the companies mentionned
Copyright © 2006 - moneyXtreme.com -
All Rights Reserved.