| HTML | PHP Scripts | Code Generators and Webmaster Tools | Webmaster Forums | Web Hosting | Domain Names | Webmaster Books |
Register / LoginHTML ToolsHTML Table Maker HTML Table Maker II HTML Validator Link Checker and Header Response Tool HTML ForumLosing background/text color when converting HTML to PDF HTML Help Needed!!!!!! Please, no CSS or Javascript old problems how can i wrap the text in a cell of a html table IE7 looks good, FFox Not so good Rotate Flash video on refresh Help! Transparent Frameset Background. Help with forms Html Code CSS Layout - 3 Column Plus mailto auto subject population variable Date script on an Image table row values Browser Based HTML Email Forms form help Help with form please Put Picture Next to Youtube Video Scrollbar under heading View all HTML Discussions |
Hyperlinks are what connect the world wide web, without them we would get nowhere without knowing the exact URL (Universal Resource Locater) of the document we are looking for. Hyperlinks or more commonly just called "links" can do many things, but they always call for an action. A link could open your email client, it can move you to different pages or it can move you to different spots within the same document. E-Mail Link <a href="mailto:test@ahfb2000.com">Email</a> Creates a mail to link like this - Email Hyperlink Tags <a href="http://www.ahfb2000.com">HTML</a> Creates a link like this - HTML You could also use an image for a link instead of text. All you have to do to use an image instead is place the image tags between the <a> anchor tags. Name Attribute The name attribute allows us to create named anchor links, you can use these to move around within the same web page. This is the method used when you are on a long webpage that has links to the top, or a FAQ which links down the page to the question. <a name ="sectionname">sectionname</a> This code is placed in the section of the page that the user will end up at after he clicks the link. To create the actual link that will take you to the specific section use the code <a href="http://www.ahfb2000.com/index.html#sectionname">go to sectionname</a> All you have done in this link is add the #sectionname note: change "sectionname" to suit your needs. Back to the HTML menu. |
HTML Introduction
HTML Basics HTML Getting Started HTML Tag List Text Attributes Hyperlinks Formatting Tags Image Tags
The Frameset Tag
The Frame Tag The Noframes Tag Basic Frames Page Code Targetting Links Screen Layout
The Table Tag
The Row Tag The Conventional Cell Tag The Header Cell Tag Basic Example w/Source Code Detailed Example w/Source Code
The Form Tag
Input Type Text Input Type Password Input Type Checkbox Input Type Radio Input Type Hidden Input Types Submit And Reset The Textarea Tag Select Menus Web HostingDomain NamesPHP Scripts |
About us Advertise Contact us Privacy Sitemap |