473,772 Members | 2,292 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

<LINK> tags

I know a lot about HTML, but all this time I don't know what the <LINK>
tags in the head do. There are those that call a stylesheet, favicon,
etc. But what about those that state the contents of the page, identify
the next and previous page, etc. Do some browsers support them or are
they just for organization or something?

Apr 10 '06 #1
17 1964
The Numerator wrote:
I don't know what the <LINK> tags in the head do. what about those that state the contents of the page, identify the
next and previous page, etc. Do some browsers support them or are
they just for organization or something?


Firefox has -- or had -- an extension that would give users access to
the urls in <link> elements. The extension does not work with the latest
version, and there have been no updates for some time. :-(

Opera has this built in. There are a few other browsers that also have
support for it. As you might have guessed, IE is not one.

--
Brian
remove ".invalid" to email me
Apr 10 '06 #2
Dan
Brian wrote:
Firefox has -- or had -- an extension that would give users access to
the urls in <link> elements. The extension does not work with the latest
version, and there have been no updates for some time. :-(


The Mozilla / SeaMonkey suite has native support for LINK elements, one
reason I prefer it over the more-hyped Firefox.

--
Dan

Apr 11 '06 #3
Dan

The Numerator wrote:
I know a lot about HTML, but all this time I don't know what the <LINK>
tags in the head do. There are those that call a stylesheet, favicon,
etc. But what about those that state the contents of the page, identify
the next and previous page, etc. Do some browsers support them or are
they just for organization or something?


Some info about LINK tags and other HTML head / metadata elements is in
my site:

http://webtips.dan.info/titles.html

--
Dan

Apr 11 '06 #4
The Numerator wrote:
I know a lot about HTML, but all this time I don't know what the <LINK>
tags in the head do. There are those that call a stylesheet, favicon,
etc. But what about those that state the contents of the page, identify
the next and previous page, etc. Do some browsers support them or are
they just for organization or something?

See <http://www.w3.org/TR/REC-html40/struct/links.html>, section 12.3.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Apr 11 '06 #5
In article <12************ *@corp.supernew s.com>,
Brian <us*****@juliet remblay.com.inv alid> wrote:
Firefox has -- or had -- an extension that would give users access to
the urls in <link> elements. The extension does not work with the latest
version, and there have been no updates for some time. :-(

Opera has this built in. There are a few other browsers that also have
support for it. As you might have guessed, IE is not one.


Lynx does it too.

-A
Apr 11 '06 #6
Brian wrote:
Opera has this built in. There are a few other browsers that also have
support for it. As you might have guessed, IE is not one.


Mozilla (0.9.5-0.9.9 and 1.1+) has support too and iCab. Also, a few older
browsers like Mosaic and UdiWWW. Most command-line browsers include
support for <LINK>, including Lynx.

There is an add-in for IE too:
http://www.draig.de/LinkBar/index.en.html

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

Apr 11 '06 #7
VK

Brian wrote:
The Numerator wrote:
I don't know what the <LINK> tags in the head do.

what about those that state the contents of the page, identify the
next and previous page, etc. Do some browsers support them or are
they just for organization or something?


Firefox has -- or had -- an extension that would give users access to
the urls in <link> elements. The extension does not work with the latest
version, and there have been no updates for some time. :-(

Opera has this built in. There are a few other browsers that also have
support for it. As you might have guessed, IE is not one.


?

<html>
<head>
<title>Untitl ed Document</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<link rel="stylesheet " href="Bx2/css/default.css">
<script type="text/javascript">
function init() {
var lnk = document.getEle mentsByTagName( 'LINK');
for (var i=0; i<lnk.length; i++) {
alert(lnk[i].href);
// Or get the URI content over Ajax if the same domain.
// Or get the style sheet content from any domain
// (the latter not supported yet only by Opera)
}
}

window.onload = init;
</script>
</head>

<body>

</body>
</html>

Apr 11 '06 #8
Brian wrote:
Firefox has -- or had -- an extension that would give users access to
the urls in <link> elements. The extension does not work with the latest
version, and there have been no updates for some time. :-(


This reason alone makes me want to figure out how to do scripting in FF,
so I can write a new LINK bar. I was a big proponent of LINK support in
Mozilla, and it's one thing I still miss in FF.
Tim
Apr 11 '06 #9
<http://www.euronet.nl/~tekelenb/WWW/LINK/>
Apr 11 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2961
by: Francesco Moi | last post by:
Hello. I'm trying to build a RSS feed for my website. It starts: ----------------//--------------------- <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> <rss version="0.91"> ----------------//----------------------
6
17167
by: Todd Peterson | last post by:
I'm encountering some wierd behavior with a <link> tag over an HTTPS connection, vs. an HTTP connection... In an ASP/HTML page on my website, I've add a <link rel="shortcut icon"...> in order to allow the users to add a shortcut (with icon) on their desktop, as well as seeing the icon in the URL. Our development server allows both HTTP and HTTPS connections, but the icon only appears to be available when requesting the page via HTTP???...
2
1650
by: Hernán Castelo | last post by:
hi i'm trying to do : <link rel="stylesheet" type="text/css" href="myurl..../inc/css/style.css"/> from the url field of the browser i can normally open the "style.css" with notepad but thru the <link> tag, IIS don't match the file ?? should i add some configuration to run CSS ? i'm using URLScan and have activated the .css extension
2
1814
by: brw | last post by:
Is there a way to dynamically add a link tag to the head block of an ..aspx page? I'm aware that you can add a link tag (or literal control) statically and then dynamically modify the attributes. I'm wondering if there's a way to add the tag from scratch at run time. thanks, Ben
5
1712
by: Jake Barnes | last post by:
Very odd. Check out this RSS feed that my PHP script just built: http://www.tagcastle.com/rss/photography.xml When I had a straight URL in the <link> tag, or the <comment> tag, then "=" character drew an error and caused my XML to be not-well-formed. So I hit it with the PHP command rawurlencode, and now it draws no error, but it no longer works as a link. What did I do wrong?
1
2381
by: Baldoni | last post by:
It's been years since putting together a page. This line in my HTML: <link type="text/css" rel="stylesheet" href="net4801style.css"> gives this problem (via weblint HTML checker): attribute 'TYPE' for <link> is extended markup (use -x <extension> to do this). Where might be found a resource, for simple folk, explaining how to best correct this?
4
2023
by: John A Grandy | last post by:
When constructing an RSS 2.0 XML doc , should the <channel><link> element's value be 1. the url of the page the displays the content that the RSS feed describes : fox example: http://www.myecommerce.com/results.aspx/?keywords=mens+dress 2. the url of the page which generates an up-to-date version of the RSS doc :
1
1965
by: Doug.Sheahan | last post by:
I am attempting to parse and xml file using javascript but am running into a problem when parsing a <link></link> pair. For example, the link information in most RSS feeds is given as <link> http://www.something.com/someotherstuff </link> However, when I use item.getElementsByTagName("link"), I get an empty HTMLLinkObject back and if I print the innerHTML property of item, the <link> tag shows up but not the </link> tag. Does anyone...
9
6906
by: Arancaytar | last post by:
I have so far seen two methods for including external resources as CSS stylesheets in a document. The first is this: <link href="/stylesheets/style.css" rel="stylesheet" type="text/css" /> And the second is this: <style type="text/css"> @import "/stylesheets/style.css"; </style>
0
9621
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10264
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8937
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6716
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5355
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4009
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3610
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.