Tools, FAQ, Tutorials:
Link Atom Feed to Web Pages
How To Link Atom Feed to Web Pages to Tell Web Browsers That Your Web Pages Have Atom Feeds?
✍: FYIcenter.com
One way to tell Web browsers that your Web pages have Atom Feed files is to
add a "link" tag
in the header section of your Web pages. The "link" tag defines a "link"
element with 4 attributes:
The following Web page contains a "link" tag good example that associate an Atom feed to this page:
<html><head>
<title>Webmaster FYI Center</title>
<link rel="alternate" type="application/atom+xml"
href="/atom.xml" title="Atom feed for FAQ pages">
</head><body>
<p>Definitions of Webmaster on the Web:</p>
<li>The person responsible for maintaining and
updating a Web site.</li>
<li>The administrator, maintainer and/or creator
of a web site.<li>
<li>The person who lays out the information trees,
designs the look, codes HTML pages, handles editing
and additions and checks that links are intact.</li>
<li>...</li>
</ul>
</body></html>
⇒ Firefox "live bookmark" Icon
2017-12-13, ∼2002🔥, 0💬
Popular Posts:
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? ...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...