random1 Posted October 6, 2009 Share Posted October 6, 2009 I have the example code that is inside my <head> tag. <link rel="Contents" href="/solar-system/contents.html" lang="en-AU" dir="ltr" /> <link rel="Start" href="/solar-system/" lang="en-AU" dir="ltr" /> <link rel="Prev" href="/solar-system/venus/" lang="en-AU" dir="ltr" /> <link rel="Next" href="/solar-system/mars/" lang="en-AU" dir="ltr" /> <link rel="Help" href="/website-help.html" lang="en-AU" dir="ltr" /> <link rev="made" href="mailto:[email protected]" lang="en-AU" dir="ltr" /> How are these tags used in browsers? Is the navigation used in modern browsers? Is there a better way to do it? Link to comment https://forums.phpfreaks.com/topic/176653-solved-navigation-link-tags-in-html/ Share on other sites More sharing options...
sKunKbad Posted October 6, 2009 Share Posted October 6, 2009 These are links for accessibility. I think blind people with screen readers use them, but I might be wrong. If you read about accessibility, I'm sure you will find info on these links. Link to comment https://forums.phpfreaks.com/topic/176653-solved-navigation-link-tags-in-html/#findComment-931310 Share on other sites More sharing options...
haku Posted October 6, 2009 Share Posted October 6, 2009 The link tag is used to establish a relationship between the current document and one or more other related documents. For example, if you have a Cascading Style Sheets .css file that defines the style for an entire web site, then each file in the site would be linked to the .css file using the link tag. http://www.devguru.com/technologies/xhtml/7723.asp Link to comment https://forums.phpfreaks.com/topic/176653-solved-navigation-link-tags-in-html/#findComment-931334 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.