Training Laptop Lessons Support Graphics Learning Tutorials IT Online Tutorials Graphics Lessons Help Technology Learning Assistance Webmaster Tutoring Lessons Notebook Tutorials
Office Software - Excel Software - Microsoft Software - QuickBooks Software - Visual Software - Comptuer Software - Web Software - Sharepoint Software - Photoshop Software - Mac Software - QuarkXPress Software - management Software - Project Software - Learn Software - email Software - Network Software - Linux Software - Unix Software - Work Software - Net Software - ASP Software - PHP Software - HTML Software - CMS Software - XML Software - Mobile Software -
Help Word Tutoring Instruction IT Tutorials Assistance Technology Guidance Online PC Teaching Tutoring Computer Training Software Word Education Teaching Certification CDs

Making Links in HTML Hyperlinks

Making Links
Links are what makes the web the web. You can set links for email which will automatically select the users default email and you can link within your own document by naming a location then targeting it.
< a href="URL"></a> Makes a hyperlink
< a href=”” target=? Targets a frame
< a href="mailto:EMAIL"></a> Email link
< a name="NAME"></a> Targeting a location within a document
< a href="#NAME"></a>Links to that target location
Example: <a href="http://www.discoveryvip.com" target="_blank">Links </a>
< a href="mailto:main@hotmail.com">Mail </a>