473,382 Members | 1,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

Title tag for links?

How necessary are these?
Just hoping to get some views on this - particularly from vision impaired
users, those who use text browsers etc
Regards
Peter J
Jul 20 '05 #1
10 2661

"Peter Jenkins" <pe**************************************@xtra.co. enzed>
wrote in message news:Er******************@news.xtra.co.nz...
How necessary are these?
Just hoping to get some views on this - particularly from vision impaired
users, those who use text browsers etc


AFAIK, the major screen readers do not support this attribute.

-Karl
Jul 20 '05 #2
Peter Jenkins wrote:
How necessary are these?


Are what? Its traditional to construct newsgroup posts in such a way that
the subject is a summary and not required reading.

There is no such thing as a title tag for links, you are probably thinking
of the title attribute. How necessary they are depends on the ability of
the link text to describe the document being linked to. Said text should
provide the user with everything they need in order to decide if they
should visit the link or not. A title attribute can be used to provide
additional, advisory information which might be useful to the user - it
certainly shouldn't be required reading.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 20 '05 #3
"Peter Jenkins" <some bogus address> wrote in
comp.infosystems.www.authoring.html:
How necessary are these?
Just hoping to get some views on this - particularly from vision impaired
users, those who use text browsers etc


Do you mean the title _attribute_ in an <a href>? Not necessary, but
occasionally helpful. Some browsers will display the title attribute
as a "tool tip". On the other hand, the link text should give
adequate information to let a user know whether they'll find what's
at the other end to be of interest.

Don't put anything in the title attribute that users _must_ see,
because many of them won't see it.

And since it says "title", you don't want to put in obvious non-
title information either.

--
Stan Brown, Oak Road Systems, Cortland County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
2.1 changes: http://www.w3.org/TR/CSS21/changes.html
validator: http://jigsaw.w3.org/css-validator/
Jul 20 '05 #4
In article <Er******************@news.xtra.co.nz>,
"Peter Jenkins"
<pe**************************************@xtra.co. enzed> wrote:
How necessary are these?
Just hoping to get some views on this - particularly from vision impaired
users, those who use text browsers etc
Regards
Peter J


They are not particularly necessary. I usually put them in with the
title of the linked page or a *very* brief summary.

--
| Andrew Glasgow <amg39(at)cornell.edu> |
| "SCSI is *NOT* magic. There are *fundamental technical reasons* why it |
| is necessary to sacrifice a young goat to your SCSI chain now and then." |
| -- John Woods |
Jul 20 '05 #5
On Sun, 20 Jun 2004 22:35:25 +1200, Peter Jenkins
<pe**************************************@xtra.co. enzed> wrote:
How necessary are these?
Just hoping to get some views on this - particularly from vision impaired
users, those who use text browsers etc
Regards
Peter J

As has been mentioned, the title tag marks a head element which titles the
whole page. You intended title attribute, clearly.

They are optional. They can provide a bit of extra information for those
whose UAs support their display. Lynx doesn't render them as far as I've
seen, so no need for using SEO keywords there, and not useful for
need-to-know content.
Jul 20 '05 #6
"Peter Jenkins" <pe**************************************@xtra.co. enzed>
schrieb im Newsbeitrag news:Er******************@news.xtra.co.nz...
How necessary are these?
Just hoping to get some views on this - particularly from vision impaired
users, those who use text browsers etc


In addition to all the other posts I give you an example where I use the
title attribute for a link:

In an administration interface I have a list of - lets say - people who
attend a workshop. The list is a table with columns such as name, address,
zip, city. It can be sorted by some columns; the header of these columns is
a link which can be clicked to sort. It looks like <a
href="thispage.php?sort=city" title="Click here to sort by cities">city</a>.

So the information given in the title attribute is not essential as the
experienced user knows it already, but for the non-experienced one who
thinks that probably that link will be for sorting it gives him/her the
confirmation without the need to try it out.

--
Markus
Jul 20 '05 #7

"Neal" <ne*****@yahoo.com> wrote in message
On Sun, 20 Jun 2004 22:35:25 +1200, Peter Jenkins
<pe**************************************@xtra.co. enzed> wrote:
How necessary are these?
Just hoping to get some views on this - particularly from vision impaired
users, those who use text browsers etc
Regards
Peter J

As has been mentioned, the title tag marks a head element which titles the
whole page. You intended title attribute, clearly.


Yes, I did intend title attribute. I was tired and a bit worse for wear :-)

Thank you Neal and everybody else for all your very helpful responses -
just what I needed.
Regards
Peter J


They are optional. They can provide a bit of extra information for those
whose UAs support their display. Lynx doesn't render them as far as I've
seen, so no need for using SEO keywords there, and not useful for
need-to-know content.

Jul 20 '05 #8
"Peter Jenkins" <pe**************************************@xtra.co. enzed> wrote in message news:<Er******************@news.xtra.co.nz>...
How necessary are these?


[Title attributes on <a> links]

Who cares ? They're useful, they're never damaging, and the cost of
adding them is trivial. Just do it.

The most awkward part of adding them is managing the metadata to
actually know what text they should contain. This is obviously vital
and important that it's done well (Just look at the past mess with alt
attributes on <img>'s). If you've gone to this trouble to find a
useful text, then put it in by all means.
Jul 20 '05 #9
Andy Dingley wrote in
<28**************************@posting.google.com >
"Peter Jenkins"
<pe**************************************@xtra.co. enzed> wrote in
message news:<Er******************@news.xtra.co.nz>...
How necessary are these?


[Title attributes on <a> links]

Who cares ? They're useful, they're never damaging, and the cost of
adding them is trivial. Just do it.


From an SEO perspective, it may be worth mentioning that the title attribute
adds to the non-indexed text in the file, thus reducing the keyword density
of the page. As with all text, if the title attribute text is not performing
a useful function, I'd advise leaving it out but, if it is purposeful, then
it ought to be there.

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

Jul 20 '05 #10
In article <28**************************@posting.google.com >,
di*****@codesmiths.com (Andy Dingley) writes:
The most awkward part of adding them is managing the metadata to
actually know what text they should contain.


For links there's an easy default: the title of the document linked.

--
Nick Kew
Jul 20 '05 #11

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

Similar topics

3
by: Lars G. Svensson | last post by:
Currently, I'm marking up a few pages in German, containing quite some English abbreviations. The abbreviations are marked up as <abbr> with the appropriate title attribute, and -- when appropriate...
5
by: Dave Patton | last post by:
Even after comments in another thread by Alan J. Flavell, I'm not sure I have this straight in my head, so any comments or corrections are welcome :-) If I have: <p> The quick brown fox jumped...
50
by: MozillaCensorsMe | last post by:
Hello, While I haven't finished my wonderful tutorial to save the world, I do have a simple question. What's the difference between h1 and the title tag? For me it seems as though both can...
33
by: bissatch | last post by:
Hi, I fully understand the purpose of an alt attribute within a <img> tag but why would you use a title or summary attribute within, for example, a <p> tag. I have read books recommending that I...
3
by: Andy Dingley | last post by:
We've all seen this structure many times: <ul> <li><a href="..." >Click here</a></li> <li><a href="..." >Click here</a></li> </ul> Now it's obvious good practice to have sensible link texts,...
1
by: tom | last post by:
Hi folks, any help on this would be appriciated. I'm building a site that shows guiter tabs and also lets you hear the midi file of that particular tab. If you go to www.guitarmidi.co.uk and...
10
by: David Stone | last post by:
At first glance, alt and title seem to be a bit of a duplication for img tags in html. Are there any _practical_ differences for the html 4 strict doctype? What would be the consequences (if...
2
by: NielsM | last post by:
Hello All, Found a bit of Javascript on this forum that shows the title-text of a link in the statusbar, so you don't have to type onmouseover="window.status='bla di bla'" in every link. ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.