HTML Text and Documents Linking
How To Group Navigational Links In Your Web Pages Using HTML5
Learn how to group navigational links in your web pages using HTML5 nav tag.
Links for Beginners
Learn how to link HTML pages using text links and image links. Also shows you how to link to email addresses in your Web pages.
Create a Site Map to Aid Navigation
Learn about HTML site maps, why they're useful, and how to make one. Plenty of real-world examples included.
Adding A Title To A Link
Describe your links in more detail by using the title attribute, which will act as a tool tip when you place your mouses pointer over the link.
How To Open Links In Certain Spots
Learn how to open links in certain sections to benefit your needs.
How To Link To A Specific Anchor
Learn how to link within the same document or to a specific section of another document.
What Are Mailto Links?
This tutorial will teach you how to let your visitors and users send you an e-mail through a link.
HTML - Links
Links are the most crucial part of websites. You need a way to get from page to page and links are the only way to get there.
Hyperlinking Text and Images
A Hyperlink, link for short, is the basis of web development. It is where you mouse over an image or text, your cursor changes to a hand, you can click it and a new page opens. This is useful for linking a website to all sub pages, to link to new websites, to link to images such as thumbnails that will open full images.
The HTML Target Attribute for Anchors
The Anchor tag attribute for target tells the web browser where to open the link. There are 4 defined target presets which come in handy for many web designers of all levels. They are _blank, _self, _parent, and _top.
