<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kaldiris&#039;s Blog</title>
	<atom:link href="http://kaldiris.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kaldiris.wordpress.com</link>
	<description>Meu lugar no Wordpress</description>
	<lastBuildDate>Tue, 05 Jan 2010 23:08:07 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kaldiris.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Kaldiris&#039;s Blog</title>
		<link>http://kaldiris.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kaldiris.wordpress.com/osd.xml" title="Kaldiris&#039;s Blog" />
	<atom:link rel='hub' href='http://kaldiris.wordpress.com/?pushpress=hub'/>
		<item>
		<title>HTML TAG´s</title>
		<link>http://kaldiris.wordpress.com/2010/01/06/html-tag%c2%b4s/</link>
		<comments>http://kaldiris.wordpress.com/2010/01/06/html-tag%c2%b4s/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 23:08:07 +0000</pubDate>
		<dc:creator>kaldiris</dc:creator>
				<category><![CDATA[Início]]></category>

		<guid isPermaLink="false">http://kaldiris.wordpress.com/2010/01/06/html-tag%c2%b4s/</guid>
		<description><![CDATA[HTML marca o início e o fim da página HTML HEAD cabeça do texto TITLE formato de título, que depende do Browser (Navegador) BODY corpo do texto H1 Título principal H2 Título secundário H3 Título terciário H6 Último nível de Título possível (H1 até H6) P marca início de um parágrafo (exceção à regra, só [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaldiris.wordpress.com&amp;blog=8285982&amp;post=12&amp;subd=kaldiris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>HTML</strong> marca o início e o fim da página HTML</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>HEAD</strong> cabeça do texto</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>TITLE</strong> formato de título, que depende do Browser (Navegador)</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>BODY</strong> corpo do texto</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>H1</strong> Título principal</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>H2</strong> Título secundário</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>H3</strong> Título terciário</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>H6</strong> Último nível de Título possível (H1 até H6)</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>P</strong> marca início de um parágrafo (exceção à regra, só precisa colocar &lt;P&gt;). Usado em par se for necessário colocar atributos.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>BR</strong> marca quebra de linha (exceção à regra, só precisa colocar &lt;BR&gt;)</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>UL</strong> usado para montar uma lista de itens com bullets no início, como esta. Usar com LI.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>OL</strong> lista ordenada por número ou letra, dependendo do atributo START. Usar com LI.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>DIR</strong> lista. Usar com LI.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>MENU</strong> lista. Usar com LI.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>LI</strong> início de cada item (exceção à regra, só precisa colocar &lt;LI&gt; no início)</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>BLOCKQUOTE</strong> aumenta a margem do texto. Pode ser adicionado em conjunto com outro igual, por exemplo: &lt;BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;Texto&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>PRE</strong> texto pré-formatado: respeita os espaços a mais no texto e transforma a fonte em monoespaçada.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>B</strong> negrito</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>I</strong> itálico</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>TT</strong> monoespaçado</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>BASEFONT</strong> muda o tamanho de todo o texto com o atributo SIZE</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>A</strong> hiperlink. Um dos tags mais importantes na navegação pela Internet.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>IMG</strong> inserir imagem (exceção à regra, usa-se apenas no início)</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>TABLE</strong> cria tabela</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>TR</strong> linha da tabela (não é necessário fechar esse tag)</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>TH</strong> célula título (não é necessário fechar esse tag)</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>TD</strong> célula (não é necessário fechar esse tag)</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>MAP</strong> cria mapas de links.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>AREA</strong> área dentro do mapa. Necessita dos atributos SHAPE e HREF.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>MARQUEE</strong> letreiro rotativo. Garantido para o Internet Explorer.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>BGSOUND</strong> som de fundo, nos formatos WAV, AU ou MIDI. Garantido para o Internet Explorer.</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>HR</strong> inclui uma linha horizontal. Atributos SIZE, WIDTH, NOSHADE e ALIGN</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>DL</strong> lista de definição</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>DT</strong> item de título da lista de definição</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>DD</strong> item da lista de definição</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>CAPTION</strong> legenda da tabela</span><br />
			</span></li>
<li><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>&lt;!&#8211;</strong> e <strong>&#8211;&gt;</strong> início e fim de um comentário para os programadores.</span><br />
			</span></li>
<li>
<div><span style="font-size:8pt;"><span style="font-family:Arial;"><strong>BLINK</strong> piscar o texto entre os tags. O tag &lt;/TD&gt; também fecha o BLINK.</span><br />
				</span></div>
<p> <br />
 </p>
<p><span style="font-family:Tahoma;font-size:8pt;"><span style="color:#666666;">Adorei a lista&#8230; visite este link &lt;<a></span>http://www.borrelly.com.br/daniel/Tags.htm<span style="color:#666666;">&gt;<br />
</span></span></p>
<p><span style="font-size:8pt;"> <br />
</span> </p>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaldiris.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaldiris.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaldiris.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaldiris.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaldiris.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaldiris.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaldiris.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaldiris.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaldiris.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaldiris.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaldiris.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaldiris.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaldiris.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaldiris.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaldiris.wordpress.com&amp;blog=8285982&amp;post=12&amp;subd=kaldiris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaldiris.wordpress.com/2010/01/06/html-tag%c2%b4s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc7c538e451d9f40512457e00401b2f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kaldiris</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://kaldiris.wordpress.com/2009/06/22/hello-world/</link>
		<comments>http://kaldiris.wordpress.com/2009/06/22/hello-world/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 23:48:26 +0000</pubDate>
		<dc:creator>kaldiris</dc:creator>
				<category><![CDATA[Início]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Oi&#8230;  Hoje&#8230; 22/06/2009 &#8211; Resolvi olhar de perto o popular WordPress. Com o tempo vou dizer o que penso sobre esse serviço. Grego.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaldiris.wordpress.com&amp;blog=8285982&amp;post=1&amp;subd=kaldiris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Oi&#8230;  Hoje&#8230; 22/06/2009 &#8211; Resolvi olhar de perto o popular WordPress.<br />
Com o tempo vou dizer o que penso sobre esse serviço.<br />
Grego.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kaldiris.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kaldiris.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kaldiris.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kaldiris.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kaldiris.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kaldiris.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kaldiris.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kaldiris.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kaldiris.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kaldiris.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kaldiris.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kaldiris.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kaldiris.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kaldiris.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kaldiris.wordpress.com&amp;blog=8285982&amp;post=1&amp;subd=kaldiris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kaldiris.wordpress.com/2009/06/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc7c538e451d9f40512457e00401b2f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kaldiris</media:title>
		</media:content>
	</item>
	</channel>
</rss>
