Tools, FAQ, Tutorials:
Atom "feed/title" Element
What is the Atom "feed/title" element? How To Generate a "feed/title" element?
✍: FYIcenter.com
The <title> element is a required sub-element of the <feed> element.
The title element should contain a short but human readable title of the feed document.
You should follow the same rules on Web page title elements to generate your Atom
feed title elements.
One strategy is to use the same title as the Web page that your Atom feed is based on. For example, if your Web site provides a Web page for the most popular FAQ entries for Webmasters. That Web page has a title called: "The Most Popular FAQ Entries for Webmasters". Now you want to generate an Atom feed for that Web page. Obviously, you should the same title as that page:
<title>The Most Popular FAQ Entries for Webmasters</title>
Â
⇒Atom Specification - RFC 4287
⇒⇒RSS FAQ and Tutorials
2017-12-09, 1171👍, 0💬
Popular Posts:
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How to Install Docker Desktop 2.5.0 on Windows 10? You can follow this tutorial to Install Docker De...
How to pull NVIDIA CUDA Docker Image with the "docker image pull nvidia/cuda" command? If you are ru...
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permiss...