|
Learning html quickly and easily for free. Hyperlinks. |
Topics on this page.
How do I make a hyperlink? email links, linking within a page, popping up a new window for hyperlinks. How do I send email to multiple email addresses? How do I add the subject line in my email? |
|
Main Index
Getting started The basics Using text Hyperlinks Lists Images Tables Frames Forms Uploading your pages All tags Meta tags search engines Better your rankings color chart Recommended reading If this site has helped you at all... Please Add a link to us. from your web site. |
<a name="learning" id="learning"></a>back down
<a href="whatever address you want to send someone">name of place</a>
Use this HYPERLINK to send someone from one spot on a page to another on the same page. Link from: <a href="page.htm#23">your link</a> Link to: <a name="23" id="23">
Now let's create a hyperlink for sending email...
Ok...well that's the basics of the HYPERLINK. Yes, there is more that you can do with it, and we'll get to that later.
|
|
| Next Page...LISTS. |