[HTML]

Text Link
  How to add a link alone or in text?

   <A HREF="http://www.url/here"> Text here </A>

   The location of the page is a case sensitive. http://www.url/here

   A Link always starts with <a href="http://www.url/here">and ends with </a>
Or
<A HREF="http://www.url/here">and it ends with </A>

   The words between <A HREF="http://www.url/here">and</A> will be the text that will show on your page  Whatever is between these, < > will not show on your screen 

   Here is an example, <A HREF="http://www.dalleh.com">Home page</A> link in a line of text. 

   Here is an example, Home page link in a line of text

   Change the URL to anywhere you want the link to go, a file, a page, or even an image. In the basic editor, enter this HTML in your text area 

   <BR>
<A HREF="https://www.angelfire.com/md/jdfaq/">
Home page </A> My home page at angelfire<BR>
<A HREF="https://www.angelfire.com/">
Angelfire </A> best free home pages. <BR>
<a href="http://www.dalleh.com">
My main site </a> my other page <BR>

   ( Note: use <BR> to start a new line. ) 

   Home page My home page at angelfire 
  
Angelfire best free home pages. 
  
My main site my other page


[Home] [Tools] [Angelfire Help] [HTML] [Tips and tricks]