RSS <title>, <link>, and <description> Elements
Definition and Usage
The <item> element defines an article in an RSS feed and has three required sub-elements:
<title>- Defines the title of the item (e.g., RSS Tutorial)<link>- Defines the hyperlink to the item (e.g., http://www.tutorialpro.org/rss/)<description>- Describes the item (e.g., w3school's latest RSS tutorial)