Latest web development tutorials

RSS Tutorial

By using RSS, you can choose to navigate your interest and your work-related news.

By using RSS, you can put the required information is separated from the unwanted messages (spamming, junk mail, etc.) out.

By using RSS, you can create your own news channel, and publish it to the Internet.

Get started now with RSS!

RSS document instance

<?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>