Jump to content

[SOLVED] Navigation link tags in HTML?


random1

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.