Horje

How to add HTML alternate <link> rel Attribute

alternate Provides a link to an alternate version of the document (i.e. print page, translated or mirror).
Example: <link rel="alternate" type="application/atom+xml" title="W3Schools News" href="/blog/news/atom">
index.html
Example: HTML
<link rel="alternate" type="application/atom+xml" title="Horje News" href="/blog/news/atom">

Output should be:

How to add HTML alternate <link> rel Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin