Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help

Mobile
feeds
Welcome Login | Register

Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help
  Forums Index
      » HTML Forums
        » » Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help



Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help
Post Description:
Post Tags: learn, how, to, make, hyper, links, in, web, pages, html, tutorial, guide, easy, help, html questions, answers, websites, internte, web
This Post Has Been Viewed 558 Times Since Mon Dec 25, 2006 10:09 pm Posted By edwino85 with 0 replies
Next Post »» Learn How To Tables In Web Pages With HTML Tutorial Guide Easy Help Code
Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help
today i will teach you how to make link or hyper links.

the defenition of a hyper link is: An element in an electronic document that links to another place in the same document or to an entirely different document. Typically, you click on the hyperlink to follow the link. Hyperlinks are the most essential ingredient of all hypertext systems, including the World Wide Web.

[this post sponsored by www.webune.com]
post picture

so, to create a hyper link in my example, i want the following to be a link on my web page:

If you have any questions or comments on this subject, please post them here.
Hosting By Webune.com

I only want the word Webune.com as a link. so to do this i will use the <a> tag;

To make links easier to understand, i've create a sample html file you see upload to your website to see it in action. the first step is to open your text editor. if you have windows, you can use notepad.ext. open a blank notepad document and copy and paste the following:


     Code:
<html>
<head>
<title>How To create hyperlinks links in HTML documents for your websites</title>
</head>
<body>
<p><strong>How To create hyperlinks links in HTML documents for your websites </strong></p><hr />
<p>Lets say i want &quot;Hosting By Webune.com&quot; to be have a link, but only on the word &quot;Webune.com&quot; to do this, i would use the following HTML Code:</p>
<p>The Code: Hosting By &lt;a href=&quot;http://www.webune.com&quot;&gt;Webune.com&lt;/a&gt;</p>
<p>This is how the HTML code looks like: Hosting By <a href="http://www.webune.com">Webune.com</a></p>
<p><a href="http://www.wallpaperama.com/forums">Go Back &lt;&lt; </a></p>
<p align="center">Hosting By <a href="http://www.webune.com">Webune.com</a></p>
</body>
</html>


now save this text file as "links-tutorial.html" and upload to your website to see it in action. If you don't have a website, our friends at webune.com have provided us with hosting to show you how the links-tutorial.html file looks like.

CLICK HERE TO SEE DEMO

If you have any comments or questions, please post them here.
Wallpaperama Team


Leave Your Comments






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help




(0) Comments