Then there is an <item> element. The <item> element contains the information you would like your RSS feed to show (<title>, <link> and <description>). You can add multiple <item> elements:
<item>
<title>RSS Tutorial</title>
<link>http://www.Academictutorials.com/tutorials/rss </link>
<description>Check out the RSS tutorial
on Academictutorials.com</description>
</item>
Finally, the two last lines close the <channel> and <rss> elements:
<chennal>
</rss>
RSS is written in XML-based format
So that you should always care about:
All elements must have a closing tag
Elements are case sensitive
Elements must be properly nested
Attribute values must always be quoted
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.