<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cindra Onggo &#187; HTML</title>
	<atom:link href="http://blog.uad.ac.id/onggo/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.uad.ac.id/onggo</link>
	<description>oh yeah... lock and load'</description>
	<lastBuildDate>Thu, 27 Nov 2008 03:00:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>The Target Attribute</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/06/the-target-attribute/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/06/the-target-attribute/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 17:54:05 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=75</guid>
		<description><![CDATA[With the target attribute, you can define where the linked document will be opened. The line below will open the document in a new browser window: &#60;a href="http://www.w3schools.com/" target="_blank"&#62;Visit W3Schools!&#60;/a&#62; No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>With the target attribute, you can define <strong> where</strong> the linked document will be opened.</p>
<p>The line below will open the document in a new browser window:</p>
<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<td>
<pre>&lt;a href="http://www.w3schools.com/"
target="_blank"&gt;Visit W3Schools!&lt;/a&gt;</pre>
</td>
</tr>
</tbody>
</table>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/06/the-target-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Anchor Tag and the Href Attribute</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/06/the-anchor-tag-and-the-href-attribute/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/06/the-anchor-tag-and-the-href-attribute/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 17:51:20 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=72</guid>
		<description><![CDATA[HTML uses the &#60;a&#62; (anchor) tag to create a link to another document. An anchor can point to any resource on the Web: an HTML page, an image, a sound file, a movie, etc. The syntax of creating an anchor: &#60;a href="url"&#62;Text to be displayed&#60;/a&#62; The &#60;a&#62; tag is used to create an anchor to [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>HTML uses the &lt;a&gt; (anchor) tag to create a link to another document.</strong></p>
<p>An anchor can point to any resource on the Web: an HTML page, an image, a sound file, a movie, etc.</p>
<p>The syntax of creating an anchor:</p>
<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<td>
<pre>&lt;a href="url"&gt;Text to be displayed&lt;/a&gt;</pre>
</td>
</tr>
</tbody>
</table>
<p>The &lt;a&gt; tag is used to create an anchor to link from, the href attribute is used to address the document to link to, and the words between the open and close of the anchor tag will be displayed as a hyperlink.</p>
<p>This anchor defines a link to W3Schools:</p>
<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<td>
<pre>&lt;a href="http://blog.uad.ac.id/onggo"&gt;Visit my blog!&lt;/a&gt;</pre>
</td>
</tr>
</tbody>
</table>
<p>The line above will look like this in a browser:</p>
<pre><a href="http://blog.uad.ac.id/onggo">Visit my blog!</a></pre>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/06/the-anchor-tag-and-the-href-attribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Other Commonly Used Character Entities:</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/06/some-other-commonly-used-character-entities/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/06/some-other-commonly-used-character-entities/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:19:19 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=64</guid>
		<description><![CDATA[Result Description Entity Name Entity Number ¢ cent &#38;cent; ¢ £ pound &#38;pound; £ ¥ yen &#38;yen; ¥ § section &#38;sect; § © copyright &#38;copy; © ® registered trademark &#38;reg; ® × multiplication &#38;times; × ÷ division &#38;divide; ÷ No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td>¢</td>
<td>cent</td>
<td>&amp;cent;</td>
<td>¢</td>
</tr>
<tr>
<td>£</td>
<td>pound</td>
<td>&amp;pound;</td>
<td>£</td>
</tr>
<tr>
<td>¥</td>
<td>yen</td>
<td>&amp;yen;</td>
<td>¥</td>
</tr>
<tr>
<td>§</td>
<td>section</td>
<td>&amp;sect;</td>
<td>§</td>
</tr>
<tr>
<td>©</td>
<td>copyright</td>
<td>&amp;copy;</td>
<td>©</td>
</tr>
<tr>
<td>®</td>
<td>registered trademark</td>
<td>&amp;reg;</td>
<td>®</td>
</tr>
<tr>
<td>×</td>
<td>multiplication</td>
<td>&amp;times;</td>
<td>×</td>
</tr>
<tr>
<td>÷</td>
<td>division</td>
<td>&amp;divide;</td>
<td>÷</td>
</tr>
</tbody>
</table>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/06/some-other-commonly-used-character-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Most Common Character Entities:</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/06/the-most-common-character-entities/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/06/the-most-common-character-entities/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 16:18:37 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=62</guid>
		<description><![CDATA[Result Description Entity Name Entity Number non-breaking space &#38;nbsp; &#60; less than &#38;lt; &#60; &#62; greater than &#38;gt; &#62; &#38; ampersand &#38;amp; &#38; &#8220; quotation mark &#38;quot; &#8220; &#8216; apostrophe &#38;apos; (does not work in IE) &#8216; No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td></td>
<td>non-breaking space</td>
<td>&amp;nbsp;</td>
<td></td>
</tr>
<tr>
<td>&lt;</td>
<td>less than</td>
<td>&amp;lt;</td>
<td>&lt;</td>
</tr>
<tr>
<td>&gt;</td>
<td>greater than</td>
<td>&amp;gt;</td>
<td>&gt;</td>
</tr>
<tr>
<td>&amp;</td>
<td>ampersand</td>
<td>&amp;amp;</td>
<td>&amp;</td>
</tr>
<tr>
<td>&#8220;</td>
<td>quotation mark</td>
<td>&amp;quot;</td>
<td>&#8220;</td>
</tr>
<tr>
<td>&#8216;</td>
<td>apostrophe</td>
<td>&amp;apos; (does not work in IE)</td>
<td>&#8216;</td>
</tr>
</tbody>
</table>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/06/the-most-common-character-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Non-breaking Space</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/05/non-breaking-space/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/05/non-breaking-space/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 16:58:09 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=59</guid>
		<description><![CDATA[The most common character entity in HTML is the non-breaking space. Normally HTML will truncate spaces in your text. If you write 10 spaces in your text HTML will remove 9 of them. To add spaces to your text, use the &#38;nbsp; character entity. The Most Common Character Entities: Result Description Entity Name Entity Number [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The most common character entity in HTML is the non-breaking space.</p>
<p>Normally HTML will truncate spaces in your text. If you write 10 spaces in your text HTML will remove 9 of them. To add spaces to your text, use the &amp;nbsp; character entity.</p>
<hr />
<h2>The Most Common Character Entities:</h2>
<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td></td>
<td>non-breaking space</td>
<td>&amp;nbsp;</td>
<td></td>
</tr>
<tr>
<td>&lt;</td>
<td>less than</td>
<td>&amp;lt;</td>
<td>&lt;</td>
</tr>
<tr>
<td>&gt;</td>
<td>greater than</td>
<td>&amp;gt;</td>
<td>&gt;</td>
</tr>
<tr>
<td>&amp;</td>
<td>ampersand</td>
<td>&amp;amp;</td>
<td>&amp;</td>
</tr>
<tr>
<td>&#8220;</td>
<td>quotation mark</td>
<td>&amp;quot;</td>
<td>&#8220;</td>
</tr>
<tr>
<td>&#8216;</td>
<td>apostrophe</td>
<td>&amp;apos; (does not work in IE)</td>
<td>&#8216;</td>
</tr>
</tbody>
</table>
<h2>Some Other Commonly Used Character Entities:</h2>
<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<th align="left">Result</th>
<th align="left">Description</th>
<th align="left">Entity Name</th>
<th align="left">Entity Number</th>
</tr>
<tr>
<td>¢</td>
<td>cent</td>
<td>&amp;cent;</td>
<td>¢</td>
</tr>
<tr>
<td>£</td>
<td>pound</td>
<td>&amp;pound;</td>
<td>£</td>
</tr>
<tr>
<td>¥</td>
<td>yen</td>
<td>&amp;yen;</td>
<td>¥</td>
</tr>
<tr>
<td>§</td>
<td>section</td>
<td>&amp;sect;</td>
<td>§</td>
</tr>
<tr>
<td>©</td>
<td>copyright</td>
<td>&amp;copy;</td>
<td>©</td>
</tr>
<tr>
<td>®</td>
<td>registered trademark</td>
<td>&amp;reg;</td>
<td>®</td>
</tr>
<tr>
<td>×</td>
<td>multiplication</td>
<td>&amp;times;</td>
<td>×</td>
</tr>
<tr>
<td>÷</td>
<td>division</td>
<td>&amp;divide;</td>
<td>÷</td>
</tr>
</tbody>
</table>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/05/non-breaking-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Character Entities</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/05/character-entities/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/05/character-entities/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 09:46:24 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=56</guid>
		<description><![CDATA[Some characters have a special meaning in HTML, like the less than sign (&#60;) that defines the start of an HTML tag. If we want the browser to actually display these characters we must insert character entities in the HTML source. A character entity has three parts: an ampersand (&#38;), an entity name or a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Some characters have a special meaning in HTML, like the less than sign (&lt;) that defines the start of an HTML tag. If we want the browser to actually display these characters we must insert character entities in the HTML source.</p>
<p>A character entity has three parts: an ampersand (&amp;), an entity name or a # and an entity number, and finally a semicolon (;).</p>
<p>To display a less than sign in an HTML document we must write: &lt; or &lt;</p>
<p>The advantage of using a name instead of a number is that a name is easier to remember. The disadvantage is that not all browsers support the newest entity names, while the support for entity numbers is very good in almost all browsers.</p>
<p>Note that the entities are case sensitive.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/05/character-entities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citations, Quotations, and Definition Tags</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/04/citations-quotations-and-definition-tags/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/04/citations-quotations-and-definition-tags/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 06:46:44 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=50</guid>
		<description><![CDATA[Tag Description &#60;abbr&#62; Defines an abbreviation &#60;acronym&#62; Defines an acronym &#60;address&#62; Defines an address element &#60;bdo&#62; Defines the text direction &#60;blockquote&#62; Defines a long quotation &#60;q&#62; Defines a short quotation &#60;cite&#62; Defines a citation &#60;dfn&#62; Defines a definition term No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<th width="20%" align="left">Tag</th>
<th width="80%" align="left">Description</th>
</tr>
<tr>
<td>&lt;abbr&gt;</td>
<td>Defines an abbreviation</td>
</tr>
<tr>
<td>&lt;acronym&gt;</td>
<td>Defines an acronym</td>
</tr>
<tr>
<td>&lt;address&gt;</td>
<td>Defines an address element</td>
</tr>
<tr>
<td>&lt;bdo&gt;</td>
<td>Defines the text direction</td>
</tr>
<tr>
<td>&lt;blockquote&gt;</td>
<td>Defines a long quotation</td>
</tr>
<tr>
<td>&lt;q&gt;</td>
<td>Defines a short quotation</td>
</tr>
<tr>
<td>&lt;cite&gt;</td>
<td>Defines a citation</td>
</tr>
<tr>
<td>&lt;dfn&gt;</td>
<td>Defines a definition term</td>
</tr>
</tbody>
</table>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/04/citations-quotations-and-definition-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Computer Output&#8221; Tags</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/04/computer-output-tags/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/04/computer-output-tags/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 06:45:54 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=48</guid>
		<description><![CDATA[Tag Description &#60;code&#62; Defines computer code text &#60;kbd&#62; Defines keyboard text &#60;samp&#62; Defines sample computer code &#60;tt&#62; Defines teletype text &#60;var&#62; Defines a variable &#60;pre&#62; Defines preformatted text &#60;listing&#62; Deprecated. Use &#60;pre&#62; instead &#60;plaintext&#62; Deprecated. Use &#60;pre&#62; instead &#60;xmp&#62; Deprecated. Use &#60;pre&#62; instead No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<th width="20%" align="left">Tag</th>
<th width="80%" align="left">Description</th>
</tr>
<tr>
<td>&lt;code&gt;</td>
<td>Defines computer code text</td>
</tr>
<tr>
<td>&lt;kbd&gt;</td>
<td>Defines keyboard text</td>
</tr>
<tr>
<td>&lt;samp&gt;</td>
<td>Defines sample computer code</td>
</tr>
<tr>
<td>&lt;tt&gt;</td>
<td>Defines teletype text</td>
</tr>
<tr>
<td>&lt;var&gt;</td>
<td>Defines a variable</td>
</tr>
<tr>
<td>&lt;pre&gt;</td>
<td>Defines preformatted text</td>
</tr>
<tr>
<td>&lt;listing&gt;</td>
<td class="deprecated">Deprecated. Use &lt;pre&gt; instead</td>
</tr>
<tr>
<td>&lt;plaintext&gt;</td>
<td class="deprecated">Deprecated. Use &lt;pre&gt; instead</td>
</tr>
<tr>
<td>&lt;xmp&gt;</td>
<td class="deprecated">Deprecated. Use &lt;pre&gt; instead</td>
</tr>
</tbody>
</table>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/04/computer-output-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Formatting Tags</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/03/text-formatting-tags/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/03/text-formatting-tags/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 00:02:33 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=46</guid>
		<description><![CDATA[Tag Description &#60;b&#62; Defines bold text &#60;big&#62; Defines big text &#60;em&#62; Defines emphasized text &#60;i&#62; Defines italic text &#60;small&#62; Defines small text &#60;strong&#62; Defines strong text &#60;sub&#62; Defines subscripted text &#60;sup&#62; Defines superscripted text &#60;ins&#62; Defines inserted text &#60;del&#62; Defines deleted text &#60;s&#62; Deprecated. Use &#60;del&#62; instead &#60;strike&#62; Deprecated. Use &#60;del&#62; instead &#60;u&#62; Deprecated. Use [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<table class="ex" border="1" cellspacing="0" width="100%" bgcolor="#cccccc">
<tbody>
<tr>
<th width="20%" align="left">Tag</th>
<th width="80%" align="left">Description</th>
</tr>
<tr>
<td>&lt;b&gt;</td>
<td>Defines bold text</td>
</tr>
<tr>
<td>&lt;big&gt;</td>
<td>Defines big text</td>
</tr>
<tr>
<td>&lt;em&gt;</td>
<td>Defines emphasized text</td>
</tr>
<tr>
<td>&lt;i&gt;</td>
<td>Defines italic text</td>
</tr>
<tr>
<td>&lt;small&gt;</td>
<td>Defines small text</td>
</tr>
<tr>
<td>&lt;strong&gt;</td>
<td>Defines strong text</td>
</tr>
<tr>
<td>&lt;sub&gt;</td>
<td>Defines subscripted text</td>
</tr>
<tr>
<td>&lt;sup&gt;</td>
<td>Defines superscripted text</td>
</tr>
<tr>
<td>&lt;ins&gt;</td>
<td>Defines inserted text</td>
</tr>
<tr>
<td>&lt;del&gt;</td>
<td>Defines deleted text</td>
</tr>
<tr>
<td>&lt;s&gt;</td>
<td class="deprecated">Deprecated. Use &lt;del&gt; instead</td>
</tr>
<tr>
<td>&lt;strike&gt;</td>
<td class="deprecated">Deprecated. Use &lt;del&gt; instead</td>
</tr>
<tr>
<td>&lt;u&gt;</td>
<td class="deprecated">Deprecated. Use styles instead</td>
</tr>
</tbody>
</table>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/03/text-formatting-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to View HTML Source</title>
		<link>http://blog.uad.ac.id/onggo/2008/11/03/how-to-view-html-source/</link>
		<comments>http://blog.uad.ac.id/onggo/2008/11/03/how-to-view-html-source/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 00:00:12 +0000</pubDate>
		<dc:creator>onggo</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.uad.ac.id/onggo/?p=44</guid>
		<description><![CDATA[Have you ever seen a Web page and wondered &#8220;Hey! How did they do that?&#8221; To find out, click the VIEW option in your browser&#8217;s toolbar and select SOURCE or PAGE SOURCE. This will open a window that shows you the HTML code of the page. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen a Web page and wondered &#8220;Hey! How did they do that?&#8221;</p>
<p>To find out, click the VIEW option in your browser&#8217;s toolbar and select SOURCE or PAGE SOURCE. This will open a window that shows you the  HTML code of the page.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.uad.ac.id/onggo/2008/11/03/how-to-view-html-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
