Latest web development tutorials

RSS 教程

通過使用RSS,您可以有選擇地瀏覽您感興趣的以及與您的工作相關的新聞。

通過使用RSS,您可以把需要的信息從不需要的信息(兜售信息,垃圾郵件等)中分離出來。

通過使用RSS,您可以創建自己的新聞頻道,並將之發佈到因特網。

現在開始學習RSS!

RSS 文檔實例

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">

<channel>
<title>w3cschool Home Page</title>
<link>http://www.w3cschool.cc</link>
<description>Free web building tutorials</description>
<item>
<title>RSS Tutorial</title>
<link>http://www.w3cschool.cc/rss</link>
<description>New RSS tutorial on w3cschool</description>
</item>
<item>
<title>XML Tutorial</title>
<link>http://www.w3cschool.cc/xml</link>
<description>New XML tutorial on w3cschool</description>
</item>
</channel>

</rss>