RSS important, why? RSS is a brief news updates from the web, its also can increase trafic web. ups… no theory, sorry ….
now I explain how to create rss that detected by browser.
1. paste html code between <head> .. </ head>
the code is:
<link rel="alternate" type="application/rss+xml" title="your rss feed name" href="your rss feed url" />
and see in the browser after the url, rss icon is appear. if you click on the icon, then you will go to your web page rss.Preview: before:
after:
(preview in firefox)
2. if you have a lot of web RSS then reset the html code:
<link rel="alternate" type="application/rss+xml" title="your rss feed name 1" href="your rss feed url 1" />
<link rel="alternate" type="application/rss+xml" title="your rss feed name 2" href="your rss feed url 2" />
....
and see the rss icon on the browser. if you click on the icon, then rss menu is appear. and if the menu is selected/clicked, then you will go to the web page of the selected rss.
Preview: 
enjoy my other exploration on ^_AntiTeori


nice post, but, can you tell me about how to make my own RSS feed? like in wordpress?
hm …. That is a good question,
ok! next times I will post about how to make RSS on your website/blog
note:if you using CMS, you don’t have to create RSS
thanks CHe_^!
[...] now lets talk about RSS. by the way, i wana say thanks to CHeAniZER for the question about can you tell me about how to make my own RSS feed? like in wordpress? the [...]
i have done
your question is answered
see http://www.antiteori.com/step-by-step-making-an-rss-feed.html