Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help
RegisterLogin
Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help
Post Description: Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help
Tags: Learn, How, To, Make, Hyper, Links, In, Web, Pages, HTML, Tutorial, Guide, Easy, Help
This Post Was Posted On Feb 29, 2008 By edwino85 #1535
Post Description: Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help
Tags: Learn, How, To, Make, Hyper, Links, In, Web, Pages, HTML, Tutorial, Guide, Easy, Help
This Post Was Posted On Feb 29, 2008 By edwino85 #1535
Learn How To Make Hyper Links In Web Pages HTML Tutorial Guide Easy Help by edwino85
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]
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 "Hosting By Webune.com" to be have a link, but only on the word "Webune.com" to do this, i would use the following HTML Code:</p>
<p>The Code: Hosting By <a href="http://www.webune.com">Webune.com</a></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 << </a></p>
<p align="center">Hosting By <a href="http://www.webune.com">Webune.com</a></p>
</body>
</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 "Hosting By Webune.com" to be have a link, but only on the word "Webune.com" to do this, i would use the following HTML Code:</p>
<p>The Code: Hosting By <a href="http://www.webune.com">Webune.com</a></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 << </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
Related Pages: [Add Your Website]
Post New Topic
©2011 Webune Forums - Wed Dec 21, 2011 9:14 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3