In this category, you will learn how to use HTML's most valuable feature: hyperlinks.
Total: 17
Showing: 15
Page 1 of 2
HTML - Links HTML / Text and Documents Linking
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 HTML / Text and Documents Linking
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 HTML / Text and Documents Linking
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.
Internal Targets or Bookmarks HTML / Text and Documents Linking
Now we are going to take a look at internal targets. Internal targets are links to another section of your web page. They allow us to specify and navigate through specific parts of a page. We can take you to a certain paragraph, or take you to the top. The Internal target or bookmark is a type of anchor tag that NAMES the location it surrounds.
How to created "Email Me" links HTML / Text and Documents Linking
I'm sure you've seen them, people who have links "Email me", which when clicked automatically bring up your favorite email application so you can type an email to their address without having to copy and paste their address or anything too complex (not that copy/pasting is complex haha). Anyway, there is a simple way we can achieve this effect with html, that is recognized by almost all browsers.
Add to Favorites Link HTML / Text and Documents Linking
Getting repeat users is a common goal amongst almost all webmasters, professional or otherwise. A lot of people like to use links that allow the user to add pages to their bookmarks. If a user bookmarks your page they are far more likely to revisit in the future.
Links HTML / Text and Documents Linking
Web links appear to be one of the strongest features of the Internet. They provide the user with the ability to jump from one web page to another.
Links HTML / Text and Documents Linking
Make a link from your page to any other page on the World Wide Web. Learn what is anchor and how to create email, text and images links.
Different Link Types HTML / Text and Documents Linking
In this tutorial we are going to learn how to add Links to your pages. Links can come in many different forms. The 2 most common being text and graphic links.