<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HTML.co.uk &#187; links</title>
	<atom:link href="http://www.html.co.uk/tag/links/feed" rel="self" type="application/rss+xml" />
	<link>http://www.html.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 06 Jan 2010 12:45:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What is the HTML download tag?</title>
		<link>http://www.html.co.uk/147/what-is-the-html-download-tag.html</link>
		<comments>http://www.html.co.uk/147/what-is-the-html-download-tag.html#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:25:13 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[download tag]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=147</guid>
		<description><![CDATA[Whenever you create a link in a particular Webpage, it’s obvious that most of the Web browsers will automatically attempt to open that particular link in the browser window.]]></description>
			<content:encoded><![CDATA[<p class="blogtext">Whenever you create a link in a particular Webpage, it’s obvious that most of the Web browsers will automatically attempt to open that particular link in the browser window. At present, with the use of various plug-ins and many other features, browsers will be able to open more files the files that they were forced to download. In times, this is the one we want mostly as after all we are building WebPages. You’ll also post your files sometimes to your Website where you want the browsers to download in to their hard-drive rather than just viewing in the Website’s browser window. <span id="more-147"></span></p>
<p class="blogtext">If you want the browsers to download the content from your Website, an HTML download tag would be the perfect solution. But unfortunately there is no such tag as an HTML download tag. If you want to set up some file download files in your Website, you just link the file in same way as you would link a particular file in order to open in that browser window. Without a HTML download tag, you can initiate your download, as there are some ways to do it.</p>
<p class="blogtext">Do tell your Website readers regarding their Browser functionality</p>
<p class="blogtext">The browsers that are coming today are very modern in nature that has context menu. If you right click the mouse button this context menu will appear (or options plus mouse button for a one button Macs). Whenever you right click on a particular link, one of the options that appear on the context menu is “save link as…” or “save as&#8230;” if you choose this, that file which is on the other side of that link will be downloaded to a <a title="Complete list of hard drives" href="http://www.idealo.co.uk/cat/3011/hard-drives.html" target="_blank">hard drive</a> even though it could be opened in that browser.</p>
<p class="blogtext">To emulate HTML download tag, the simplest way or method is by telling the people to just right click on any of the particular link that is to be downloaded and you can write some thing like this as mentioned below</p>
<p class="blogtext">(Option-click or right-clicks on that particular link and then choose to do “save as…” in order to download that link to the hard disk directly)</p>
<p class="blogtext">In Order to download, compress the file</p>
<p class="blogtext">If you want to automatically download the file, then compress your file using your using your operating system and the compression is done by just zipping the file. The files that are zipped will automatically download.</p>
<p class="blogtext">With PHP trick the browser</p>
<p class="blogtext">At last, if you have the knowledge of some PHP, you can just use 5 simple line of <a title="PHP scripts" href="http://www.scripts.com/php-scripts/" target="_blank">PHP script</a>, so that you cab force the Web Browser in order to download the particular file even without zipping the file or else you can ask the readers to do whatever they want. This type of method relies only on HTTP headers in order to tell the browser that this file is just an ordinary attachment rather than it is a Web document. (This PHP will just allow you to change HTTP headers).</p>
<p class="blogtext">
<p class="blogtext">
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/147/what-is-the-html-download-tag.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link Rot explained</title>
		<link>http://www.html.co.uk/126/link-rot-explained.html</link>
		<comments>http://www.html.co.uk/126/link-rot-explained.html#comments</comments>
		<pubDate>Wed, 14 Jan 2009 13:20:27 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[General Website Information]]></category>
		<category><![CDATA[404 page]]></category>
		<category><![CDATA[link rot]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=126</guid>
		<description><![CDATA[Removal of a page from a website, by the web developer or a designer without putting up the replacement page which would describe the details of the previous pages, leads to the generation of the Link Rot. ]]></description>
			<content:encoded><![CDATA[<p class="blogtext">Removal of a page from a website, by the web developer or a designer without putting up the replacement page which would describe the details of the previous pages, leads to the generation of the Link Rot. The reader is treated to a page not found or a 404 error message. <span id="more-126"></span></p>
<p class="blogtext">Why do page not found or 404 pages exist? The simple answer to this question is, that it is quite imperative to get some error message, when the user tries to go to the URL that does not exist. But unfortunately, this error message is still seen even when the URL exists. The only problem here is that the link does not exist in the location where the customer went. </p>
<p class="blogtext">There can be a number of reasons why the addresses of the pages are changed by their websites. Some of them are as follows:</p>
<p class="blogtext">•	Our site was organised by us for its betterment<br />
•	We were not able to keep a proper track of our existing docs.<br />
•	Our site is getting rebranded<br />
•	Our hosting services have really gone down
</p>
<p class="blogtext">At first these reasons might seem to be good enough for moving the page and leaving behind page not found or 404 error pages. But the truth is that, this change clearly indicates to the lack of planning and forethought at the time of creation of URLs.</p>
<p class="blogtext">Why care about the Link Rot?</p>
<p class="blogtext">You might not be aware about who will be having links to your site. You would want your targeted customers should bookmark your pages, but then suddenly your location is changed by you. You might feel that your navigation is too good and the customers should be able to find page anyway. But unfortunately, this is not always true as would be wished by the web developer. And the fact is that as a website owner, you have exactly eight seconds for forming your very first impression. If someone finds your URL in a book and after typing he gets a 404 or page not found error, there is every possibility that the user will not stay on your site long enough for navigating through your fabulous site. </p>
<p class="blogtext">Do not complain about Link Rot If you cause Link Rot</p>
<p class="blogtext">You are the prime contributor of the link rot if you have complained of it and ultimately changed your page locations without actually compensating or it. But unfortunately, the developer usually gets blamed for linking to you.</p>
<p class="blogtext">The first and the foremost thing is to consider permanent URIs. If your web pages are not at all well organized, take a deep breath and move on. Once your vision is set to recognize your site, make use of the tools which are available with the server for relocating the URIs. But, in case if you do not have the access to the server level redirects, you always have the option of using the JavaScript or meta refresh tags.</p>
<p class="blogtext">Organize Intellectually</p>
<p class="blogtext">•	Always date your articles<br />
•	Don’t date static pages<br />
•	 Leave out information<br />
•	Consider your software
</p>
<p class="blogtext">Do not be a contributor to this link rot. You should always try and make the pages of your site stick around. If at all there is a possibility of moving them, always remember to leave the redirects up so that the customers are still able to find what they have been looking for.   </p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/126/link-rot-explained.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyperlinks</title>
		<link>http://www.html.co.uk/52/hyperlinks.html</link>
		<comments>http://www.html.co.uk/52/hyperlinks.html#comments</comments>
		<pubDate>Fri, 06 Jun 2008 04:15:41 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Basics]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[hyperlink]]></category>
		<category><![CDATA[hyperlinking]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=52</guid>
		<description><![CDATA[Hyperlinks play an important role in HTML. We always need to jump from one web page to another several times while surfing the internet. Hyperlinks make this task practically feasible.]]></description>
			<content:encoded><![CDATA[<p class="blogtext">Hyperlinks play an important role in HTML. We always need to jump from one web page to another several times while surfing the internet. Hyperlinks make this task practically feasible. They redirect us to another location on World Wide Web once clicked. All the textual links on a web page which we click to go to another web page are hyperlinks. The most common attribute of hyperlinks is that when we roll over our mouse cursor on them, the cursor transforms into a hand with a pointing finger towards the hyperlink. Hyperlinks are also known as anchors. They mark textual data and images as a point which, when clicked, redirects to another web page, text or image. There are two types of hyperlinks in HTML: <span id="more-52"></span></p>
<p class="blogtext">1)	External Hyperlinks<br />
2)	Internal Hyperlinks</p>
<p class="blogtext">External hyperlinks are those which points to another web page. On the other hand, internal hyperlinks are those which points to a different location on the same web page. Both the links are created by using &lt;A&gt; (anchor) tag. We can create the hyperlinks with the help of three attributes:</p>
<p class="blogtext">a)	&lt;A&gt;, the anchor tag<br />
b)	HREF=””, which is used with the &lt;A&gt; tag<br />
c)	URL, which is used with HREF to tell the link where to redirect the user.</p>
<p class="blogtext">For example: to create an external hyperlink we can write the HTML code as:</p>
<p class="blogtext">&lt;A HREF=”http://www.yahoo.com”&gt;Go To Yahoo&lt;/A&gt;</p>
<p class="blogtext">According to the above example, if you click on ‘Go To Yahoo’ text, you will be redirected to http://www.yahoo.com URL which is mentioned with HREF attribute.</p>
<p class="blogtext">Sometimes, we also need to jump to a specific location on the same web page instead of going to another web page. In these circumstances, internal hyperlinks are used. To create internal hyperlinks we have to decide the location and its name. Then, the name of that location will be used to jump to that location. When a particular location is identified, then to assign a name to it the ‘name’ attribute is used with the &lt;A&gt; tag. For example:</p>
<p class="blogtext">&lt;A NAME=”bottom”&gt;BOTTOM&lt;/A&gt;</p>
<p class="blogtext">&lt;A HREF=”#bottom”&gt;go to the bottom &lt;/A&gt;</p>
<p class="blogtext">In the above code, first of all we have assigned a name to the text BOTTOM as bottom with the help of NAME attribute. This text is written at the bottom of the web page. Then, in the next code we have specified that name after the HREF which will take us to the bottom of the page. One more thing which is to be noted here is that there is no filename before the # sign. This indicates that the link is pointing towards a location on the same web page.</p>
<p class="blogtext">Apart from external and internal hyperlinks, we can also insert e-mail links in the HTML documents. For this purpose, ‘mailto:’ protocol is used instead of http. For example:</p>
<p class="blogtext">&lt;A HREF=”mailto://query@contentmantra.com”&gt;Post your Queries&lt;/A&gt;</p>
<p class="blogtext">According to the above example, if somebody clicks on the Post your Queries text, then the query will be submitted to query@contentmantra.com. For this purpose, after clicking on the link Microsoft outlook will get opened by default if it is installed on the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/52/hyperlinks.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Images and Hyperlinks</title>
		<link>http://www.html.co.uk/51/images-and-hyperlinks.html</link>
		<comments>http://www.html.co.uk/51/images-and-hyperlinks.html#comments</comments>
		<pubDate>Fri, 06 Jun 2008 04:08:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Basics]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[hyperlinks]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=51</guid>
		<description><![CDATA[Images are an important part of web pages nowadays. There is hardly a website which does not contain at least one image.  Images describe the idea and the concept in an easy way and more beautifully. They are used to enhance the user interactivity with the web page.]]></description>
			<content:encoded><![CDATA[<p class="blogtext">Images are an important part of web pages nowadays. There is hardly a website which does not contain at least one image. Images describe the idea and the concept in an easy way and more beautifully. They are used to enhance the user interactivity with the web page. Good images arrest the attention of the user and boost his interest in the website. Images can be used to say something, to make the website creative, to attract the user etc. One of the important ways the images can be used in a website is in the form of hyperlinks. Images can be linked to hyperlinks, they are used as hyperlinks and they can be used as the download links so that the user can download them via internet. When we use an image as a hyperlink, it redirects us to a new location, or a new web page or to another image. To use an image as hyperlink, first of all we have to insert an image in our HTML document by using the &lt;img alt=&#8221;" /&gt; tag. We can set the border, height, width and other attributes of the image as required. Once the image code is written, just add &lt;a&gt; tag before it and at the end of the code put &lt;/a&gt;. This will transform the image into the hyperlink. For example: <span id="more-51"></span></p>
<p class="blogtext">&lt;A HREF=”URL”&gt;&lt;IMG SRC=”d:\my folder\image1.jpg” WIDTH=”300” HEIGHT=”100” BORDER=”10” ALT=”This is the main page”&gt;&lt;/A&gt;</p>
<p class="blogtext">The URL specified after the HREF attribute will tell the hyperlinked image where to redirect the user when he clicks on it. This URL can be a path to a .html document or it can be the name of an image file also.</p>
<p class="blogtext">For example:</p>
<p class="blogtext">&lt;A HREF=”image2.html”&gt;&lt;IMG SRC=”image1.html”&gt;&lt;/A&gt;</p>
<p class="blogtext">Or</p>
<p class="blogtext">&lt;A HREF=”http://www.yahoo.com”&gt;&lt;IMG SRC=”image2.html”&gt;&lt;/A&gt;</p>
<p class="blogtext">We can also make a hyperlink to point to an image. It means that when the user will click on the hyperlink it will be shown the image associated with that hyperlink. The code for this can be written as:</p>
<p class="blogtext">&lt;a href=&#8221;http://www.contentmantra.com/image1.jpg&#8221;&gt;Click here to display image&lt;/a&gt;</p>
<p class="blogtext">Whenever the user will click on the ‘Click here to display image’ text, he will be shown image1.jpg located at http://www.contentmantra.com. After the image is displayed, you can right click  and save it to your computer’s local hard drive. You can also use the target attribute of anchor tag to tell the web browser where to open the new image. The most commonly used predefined values of target are _blank, _self, _parent, and _top. Each of them will open up the image or the document associated with the hyperlink at different locations. The details of all the four values are as follows:</p>
<p class="blogtext">1)	_blank: This will open the linked image/document in a new browser window with no name.<br />
2)	_self: This will replace the current html page to show the linked image/document. If the original document which has hyperlink on it is in a frame or frameset, then the _self will open up the linked image/document within that frame.<br />
3)	_parent: It will replace the html page it came from.<br />
4)	_top: This will load the linked image/document in the current browser by replacing anything within the browser.</p>
<p class="blogtext">The use of the targets is not mandatory. They are optional attributes which may or may not be used with &lt;A&gt; tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/51/images-and-hyperlinks.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML: Links and Images</title>
		<link>http://www.html.co.uk/43/html-links-and-images.html</link>
		<comments>http://www.html.co.uk/43/html-links-and-images.html#comments</comments>
		<pubDate>Mon, 26 May 2008 05:44:56 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Basics]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=43</guid>
		<description><![CDATA[Links and images make the page come alive. For this you need to know about the common tags and the character tags along with their key features such as formatting tags. Before doing the tags one has to know about links and images.]]></description>
			<content:encoded><![CDATA[<p class="blogtext">Links and images make the page come alive. For this you need to know about the common tags and the character tags along with their key features such as formatting tags. Before doing the tags one has to know about links and images. A basic knowledge of these is needed in order to make your page reveal your persona with the links and images on it .Let us first go through what are tags related to links and images  <span id="more-43"></span></p>
<p class="blogtext">Links are the basic hypertext constructs, which help you to navigate from one resource to another either on the same page or between two pages.  Images on the other hand are basically used in the background of the document or in the web page and maybe sometimes even in the logo. So the need arises to format this image or even add a new image. For all these purposes we need some tags related to images and links. When you use the tag &lt;BODY&gt; and &lt;/BODY&gt; as tag then you are referring to the body of the text document. To change or edit the visited colour code you use the tag</p>
<p class="blogtext">VLINK=”#Colour Code” and</p>
<p>For unvisited colour code, you can use the tag</p>
<p>LINK=”#Colour Code”.</p>
<p class="blogtext">&lt;A Name = “Label”&gt; moves to the other portion of the web page. This link tag helps in navigating between web pages. &lt;A HREF=”Item Location&gt; helps you go to the destination marked by this link. So links are basically used to get two items or pages linked. This way documents are shared on the web.</p>
<p class="blogtext">You can use similar tags for the images too. Let us study each tag one by one. This is indeed a fun way of learning the HTML tags. You don’t need to be a master to understand this. Even basic computer knowledge is helpful to understand the tags. When you wish to import an image from its location, you need to use the tag<br />
&lt;IMG SRC =&#8221;Image Location&#8221;&gt;. You can either align the text at top middle position and bottom middle or align it left, right and center. For this you use the tag</p>
<p class="blogtext">ALIGN=&#8221;Left, Right” and ALIGN=&#8221;Top, Middle, Bottom&#8221;</p>
<p class="blogtext">For alternative text you use the tag ALT while for bordering the image use the tag border. You can even change the width of the image in pixels by using HTML by using the tag WIDTH. Similarly, the height can also be changed by using HEIGHT. You may also decide the amount of horizontal and vertical space you require around your image by using the tags VSPACE and HSPACE. Now this is easy and you don’t need to be afraid of HTML programming anymore. Not that tags form HTML programming but they are definitely the basis for this programming and without understanding this you cannot move ahead.</p>
<p class="blogtext">Let us see how to add an image to your web page. You need to use the following command to add the image:</p>
<p class="blogtext">&lt;img src=&#8221; . . . &#8220;&gt;.</p>
<p class="blogtext">In the area marked by dot, as shown above, you need to place the name of the file containing the image you are planning to use to add the image.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/43/html-links-and-images.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logical Relationships to Other Sources</title>
		<link>http://www.html.co.uk/26/logical-relationships-to-other-sources.html</link>
		<comments>http://www.html.co.uk/26/logical-relationships-to-other-sources.html#comments</comments>
		<pubDate>Mon, 12 May 2008 09:53:13 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[relationships]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.html.co.uk/?p=26</guid>
		<description><![CDATA[A tip for HTML beginners: the element we are describing here has nothing to do with normal, clickable links inside an HTML file. Such links are described in a separate chapter. ]]></description>
			<content:encoded><![CDATA[<p class="blogtext">A tip for HTML beginners: the element we are describing here has nothing to do with normal, clickable links inside an HTML file. Such links are described in a separate chapter.  <span id="more-26"></span></p>
<p class="blogtext">The possibilities described on this page do belong to the stone age of HTML (1995), and are unfortunately not supported by all popular browsers today.  Nonetheless, they offer one the amazing possibility to explicitly declare internal hypertextual dependencies of an HTML file, such as the previous or next page, or the sub-page and more. Search services or software can then produce entire “Site maps” of your HTML project, as in graphical representations of the site’s layout.</p>
<p class="blogtext">Web browsers should, if you find such tags in an HTML file, display a button or similar user element for the tags. By clicking the buttons, the user should be able to jump to the linked destinations. Microsoft has yet to adopt this reasonable navigation possibility, while other browsers, such as Opera, have long used it. Firefox has economised the navigation possibility with an individually installable extension (<a title="Firefox Add-ons" href="https://addons.mozilla.org/en-US/firefox/" target="_blank">Firefox Add-ons</a>).</p>
<p class="blogtext">You can write tags such as home page, index, glossary, help, first, previous, next, last and so on for every HTML file. However, you can also only use the tags you require. The following example shows link elements defined for this page.</p>
<p class="blogtext">&lt;head&gt;<br />
&lt;link rel= “author” title= “About Us” href= “http://www.html.co.uk/about”&gt;<br />
&lt;/head&gt;</p>
<p class="blogtext"><strong>Explanation:</strong></p>
<p class="blogtext">With &lt;link rel you introduce a logical file relationship. Afterwards the type of file relationship follows. The following are recognised attribute values:</p>
<p class="blogtext">rel= “contents” relates to the contents.<br />
rel= “chapter” relates to the chapter.<br />
rel= “section” relates to the section.<br />
rel= “subsection” relates to the sub-section.<br />
rel= “index” relates to the index.<br />
rel= “glossary” relates to the glossary.<br />
rel= “appendix” relates to the appendix.<br />
rel= “search” relates to the search function.<br />
rel= “author” relates to the author.<br />
rel= “copyright” relates to the copyrights.<br />
rel= “next” relates to the next file in the “guided tour”.<br />
rel= “prev” relates to the previous file in the “guided tour”.<br />
rel= “first” relates to the first file in the “guided tour”.<br />
rel= “last” relates to the last file in the “guided tour”.<br />
rel= “up” relates to a higher level chapter page in the domain.<br />
rel= “top” and rel= “start” relate to the starting page or home page.<br />
rel= “help” relates to the help section.<br />
rel= “bookmark” relates to a general point of orientation.<br />
rel= “stylesheet” relates to a file with style definitions that are used to display the site.<br />
rel= “alternate” relates to files with the same content as the current site, but in a different document version.<br />
rel= “alternate stylesheet” relates to a file with alternate style definitions, which can be used for displaying the site if the user so wishes.<br />
rel= “shortcut icon” relates to the icon shown for the site in the favourites.</p>
<p class="blogtext">You can also write multiple link elements with the attribute values <em>chapter, section, subsection, appendix, bookmark, alternate, stylesheet</em>, and <em>alternate stylesheet</em> if desired.</p>
<p class="blogtext">The <em>href</em> attribute serves to ensure where link with a destination should lead to. The same rules apply with value allocation as with regular links.</p>
<p class="blogtext">You can define the caption used by the browser when displaying the link button with the title attribute. The information should describe the link destination.</p>
<p class="blogtext">The following possible attributes inside a &lt;link&gt; tag are:<br />
<em> media</em> for determining the export medium.<br />
<em> target</em> for information on the destination window, that the link should direct to. With frames it can be one of the defined frame windows. But a reserved window name can also be entered: target= “_blank” opens the link in a new browser window, target= “_top” opens the link in the entire browser window and prevents the display of all eventually displayed framesets, while target= “_parent” opens the link in an upper level frameset and frees the display from the inner frameset.<br />
<em> hreflang</em> allows you to enter the link destination site’s language using the language abbreviations.<br />
<em> charset</em> allows you to specify the encryption the link destination uses.</p>
<p class="blogtext">The link element can also have universal attributes.</p>
<p class="blogtext"><strong>Take Note:</strong></p>
<p class="blogtext">Next to the effects of the link elements in HTML, there are also additional elements that serve to define certain downloadable fonts.</p>
<p class="blogtext"><strong>An example:</strong><br />
&lt;link rel= “fontdef” src= “http://www.meine.com/fonts/chianti.pfr”&gt;<br />
That way you define the font called chianti.pfr inside the HTML file. We will examine the topic of downloadable fonts more closely in a separate section.<br />
If you work in XHTML standard, then you must write the link element as content less. Write the standalone tag in the &lt;link … /&gt; form to do so.</p>
<p class="blogtext"><strong>Backtracking Relationships</strong></p>
<p class="blogtext">Backtracking relationships are envisioned for “bidirectional” relationships between two HTML files. This is the case if document A links to document B and B also links to A, if both are logical linking targets for the other.</p>
<p class="blogtext">Just like the logical file relationships, backtracking in button form should also be possible, although the main browsers remain silent on this option. Search engines can reach interesting conclusions regarding a project’s hypertext structure with backtracking relationships.</p>
<p class="blogtext">An example from file_1.htm:</p>
<p class="blogtext">&lt;head&gt;<br />
&lt;link rel= “alternate” href= “file_2.htm” title= “second reading method”&gt;<br />
&lt;/head&gt;</p>
<p class="blogtext">An example from file_2.htm:</p>
<p class="blogtext">&lt;head&gt;<br />
&lt;link rev= “alternate” href= “file_1.htm” title= “first reading method”&gt;<br />
&lt;/head&gt;</p>
<p class="blogtext">Explanation:</p>
<p class="blogtext">With &lt;link rev you introduce a backwards relationship. Otherwise the functionality is identical with &lt;link rel used for the logical relationships to other sources. The same attributes are also possible. In the example above you can see how two HTML files, whose supposed content concerns the same topic from different points of view, can logically be linked with one another through backtracking.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.html.co.uk/26/logical-relationships-to-other-sources.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

