<?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>Linea de Codigo &#187; HTML</title>
	<atom:link href="http://lineadecodigo.com/categoria/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://lineadecodigo.com</link>
	<description>/* Programación en la red */</description>
	<lastBuildDate>Wed, 16 May 2012 06:00:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Raíz cuadrada en HTML</title>
		<link>http://lineadecodigo.com/html/raiz-cuadrada-en-html/</link>
		<comments>http://lineadecodigo.com/html/raiz-cuadrada-en-html/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 06:00:44 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[entidades]]></category>
		<category><![CDATA[ráiz cuadrada]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=2784</guid>
		<description><![CDATA[Si está escribiendo formulas matemáticas es posible que te surja la duda de como poner una raíz cuadrada en tu página HTML. Para poder hacer esto utilizamos las entidades. En concreto el código de la entidad de la raíz cuadrada es en 8730. Ahora ya solo nos queda el añadir &# delante del código y [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-2784'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/raiz-cuadrada-en-html/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Fraiz-cuadrada-en-html%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/raiz-cuadrada-en-html/" data-count="horizontal" data-text="Raíz cuadrada en HTML" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Si está escribiendo formulas matemáticas es posible que te surja la duda de como poner una raíz cuadrada en tu página <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a>.</p>
<p>Para poder hacer esto utilizamos las entidades. En concreto el código de la entidad de la raíz cuadrada es en 8730.</p>
<p>Ahora ya solo nos queda el añadir &# delante del código y ; al final del código. </p>
<p>En nuestra página <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a> escribiríamos lo siguiente:</p>
<pre class="html4strict" style="font-family:monospace;">Calcular la raíz cuadrada de 16.
<span style="color: #ddbb00;">&amp;#8730;</span>16 = 4</pre>
<p>Y el resultado</p>
<p>Calcular la raíz cuadrada de 16.<br />
&#8730;16 = 4</p>
<p>Sencillo y útil.<br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/java/area-de-un-pentagono-en-java/" rel="bookmark" title="Octubre 2, 2010">Área de un pentágono en Java</a></li>
<li><a href="http://lineadecodigo.com/java/restar-dos-numeros-con-java/" rel="bookmark" title="Septiembre 4, 2010">Restar dos números con Java</a></li>
<li><a href="http://lineadecodigo.com/html/letra-pi-en-una-pagina-web/" rel="bookmark" title="Diciembre 1, 2006">Letra PI en una página web</a></li>
<li><a href="http://lineadecodigo.com/css/codigo-fuente-en-una-capa-con-scroll/" rel="bookmark" title="Octubre 31, 2010">Código fuente en una capa con scroll</a></li>
<li><a href="http://lineadecodigo.com/html/subindice-en-html/" rel="bookmark" title="Enero 15, 2009">Subindice en HTML</a></li>
</ul>
<p><!-- Similar Posts took 8.496 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_2784()',1000); }); </script><script type="text/javascript"> function loadGoogle1_2784(){ jQuery(document).ready(function($) { $('.dd-google1-2784').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/raiz-cuadrada-en-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Imagen con áreas enlazables</title>
		<link>http://lineadecodigo.com/html/imagen-con-areas-enlazables/</link>
		<comments>http://lineadecodigo.com/html/imagen-con-areas-enlazables/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 06:00:58 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[circle]]></category>
		<category><![CDATA[coords]]></category>
		<category><![CDATA[enlace]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[IMG]]></category>
		<category><![CDATA[MAP]]></category>
		<category><![CDATA[poly]]></category>
		<category><![CDATA[rect]]></category>
		<category><![CDATA[shape]]></category>
		<category><![CDATA[usemap]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=2710</guid>
		<description><![CDATA[En este ejemplo vamos a ver como podemos crear una imagen la cual tenga diferentes partes (o áreas) con enlaces diferentes. Para ello nos vamos a apoyar en los elementos MAP y AREA de HTML. Lo primero ver la imagen sobre la que vamos a crear las áreas... La idea es que cada logo de [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-2710'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/imagen-con-areas-enlazables/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Fimagen-con-areas-enlazables%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/imagen-con-areas-enlazables/" data-count="horizontal" data-text="Imagen con áreas enlazables" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>En este ejemplo vamos a ver como podemos crear una imagen la cual tenga diferentes partes (o áreas) con enlaces diferentes. Para ello nos vamos a apoyar en los elementos <a href="http://w3api.com/wiki/HTML:MAP" title="MAP">MAP</a> y <a href="http://w3api.com/wiki/HTML:AREA" title="AREA">AREA</a> de <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a>.</p>
<p>Lo primero ver la imagen sobre la que vamos a crear las áreas...</p>
<p style="text-align: center;"><a href="http://img.aulambra.com/wp-content/uploads/2010/09/navegadores.png"><img class="aligncenter size-full wp-image-2712" title="navegadores" src="http://img.aulambra.com/wp-content/uploads/2010/09/navegadores.png" alt="" width="296" height="55" /></a></p>
<p>La idea es que cada logo de la imagen redirija a un enlace diferente. Lo primero que hacemos es cargar la imagen en la página:</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:IMG"><span style="color: #000000; font-weight: bold;">img</span></a> <a href="http://w3api.com/wiki/HTML:usemap"><span style="color: #000066;">usemap</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#navegadores&quot;</span> <a href="http://w3api.com/wiki/HTML:src"><span style="color: #000066;">src</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;navegadores.png&quot;</span> <a href="http://w3api.com/wiki/HTML:border"><span style="color: #000066;">border</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0&quot;</span> <a href="http://w3api.com/wiki/HTML:alt"><span style="color: #000066;">alt</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Navegadores&quot;</span> <a href="http://w3api.com/wiki/HTML:width"><span style="color: #000066;">width</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;821&quot;</span> <a href="http://w3api.com/wiki/HTML:height"><span style="color: #000066;">height</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;152&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre>
<p>Como se puede apreciar hemos utilizado el atributo <a href="http://w3api.com/wiki/HTML:Usemap" title="usemap">usemap</a> para indicarle el nombre del mapa que contendrá la definición de las áreas enlazables. En este caso el mapa se llama navegadores.</p>
<p>Pasemos a definir el mapa. El mapa se define mediante el elemento <a href="http://w3api.com/wiki/HTML:MAP" title="MAP">MAP</a>:</p>
<pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:MAP"><span style="color: #000000; font-weight: bold;">map</span></a> <a href="http://w3api.com/wiki/HTML:id"><span style="color: #000066;">id</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;navegadores&quot;</span> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;navegadores&quot;</span>&gt;</span>
...
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:MAP"><span style="color: #000000; font-weight: bold;">map</span></a>&gt;</span>
&nbsp;</pre>
<p>Dentro del mapa es donde definiremos las áreas, mediante elementos <a href="http://w3api.com/wiki/HTML:AREA" title="AREA">AREA</a>. Un elemento <a href="http://w3api.com/wiki/HTML:AREA" title="AREA">AREA</a> tiene varios atributos, pero los más importantes son:</p>
<ul>
<li><strong><a href="http://w3api.com/wiki/HTML:Href">href</a></strong>, es el enlace donde se irá al pinchar sobre ese área.</li>
<li><strong><a href="http://w3api.com/wiki/HTML:Shape">shape</a></strong>, es el tipo de figura que queremos que represente el área: default|rect|circle|poly</li>
<li><strong><a href="http://w3api.com/wiki/HTML:Coords">coords</a></strong>, los las coordenadas de la imagen que representan los vértices de la figura. O centro y rádio en el caso de que sea un círculo</li>
</ul>
<p>En este caso, sobre la imagen definiríamos los siguientes áreas:</p>
<pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #009900;">&lt;area <a href="http://w3api.com/wiki/HTML:shape"><span style="color: #000066;">shape</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;rect&quot;</span> <a href="http://w3api.com/wiki/HTML:coords"><span style="color: #000066;">coords</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;0,0,157,147&quot;</span> <a href="http://w3api.com/wiki/HTML:href"><span style="color: #000066;">href</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/que-es-internet-explorer/&quot;</span> <a href="http://w3api.com/wiki/HTML:alt"><span style="color: #000066;">alt</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Internet Explorer&quot;</span>  <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;area <a href="http://w3api.com/wiki/HTML:shape"><span style="color: #000066;">shape</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;rect&quot;</span> <a href="http://w3api.com/wiki/HTML:coords"><span style="color: #000066;">coords</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;164,0,321,147&quot;</span> <a href="http://w3api.com/wiki/HTML:href"><span style="color: #000066;">href</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/que-es-firefox/&quot;</span> <a href="http://w3api.com/wiki/HTML:alt"><span style="color: #000066;">alt</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Firefox&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;area <a href="http://w3api.com/wiki/HTML:shape"><span style="color: #000066;">shape</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;rect&quot;</span> <a href="http://w3api.com/wiki/HTML:coords"><span style="color: #000066;">coords</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;340,0,497,147&quot;</span> <a href="http://w3api.com/wiki/HTML:href"><span style="color: #000066;">href</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/que-es-google-chrome/&quot;</span> <a href="http://w3api.com/wiki/HTML:alt"><span style="color: #000066;">alt</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Google Chrome&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;area <a href="http://w3api.com/wiki/HTML:shape"><span style="color: #000066;">shape</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;rect&quot;</span> <a href="http://w3api.com/wiki/HTML:coords"><span style="color: #000066;">coords</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;507,0,664,147&quot;</span> <a href="http://w3api.com/wiki/HTML:href"><span style="color: #000066;">href</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/que-es-safari/&quot;</span> <a href="http://w3api.com/wiki/HTML:alt"><span style="color: #000066;">alt</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Safari&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;area <a href="http://w3api.com/wiki/HTML:shape"><span style="color: #000066;">shape</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;rect&quot;</span> <a href="http://w3api.com/wiki/HTML:coords"><span style="color: #000066;">coords</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;659,0,816,147&quot;</span> <a href="http://w3api.com/wiki/HTML:href"><span style="color: #000066;">href</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;/que-es-opera/&quot;</span> <a href="http://w3api.com/wiki/HTML:alt"><span style="color: #000066;">alt</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Opera&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre>
<p>En nuestro caso hemos utilizado todo rectángulos.</p>
<p>Lo más complicado en estos casos es encontrar las coordenadas del área. Para ello te recomiendo que utilices herramientas como <a href="http://www.image-maps.com/" title="Image Map Creator">Image Map Creator</a> la cual genera las coordenadas y el código <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a>.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/java/area-de-un-rectangulo-con-java/" rel="bookmark" title="Diciembre 13, 2007">Area de un rectángulo con Java</a></li>
<li><a href="http://lineadecodigo.com/google/ventanas-de-informacion-con-imagenes-en-google-maps/" rel="bookmark" title="Septiembre 23, 2009">Ventanas de información con imágenes en Google Maps</a></li>
<li><a href="http://lineadecodigo.com/javascript/crear-metodos-dinamicamente-en-javascript/" rel="bookmark" title="Septiembre 27, 2010">Crear métodos dinámicamente en Javascript</a></li>
<li><a href="http://lineadecodigo.com/html/imagen-con-enlace-en-html/" rel="bookmark" title="Febrero 2, 2010">Imagen con enlace en HTML</a></li>
<li><a href="http://lineadecodigo.com/css/definir-el-tamano-de-una-imagen-con-css/" rel="bookmark" title="Diciembre 9, 2007">Definir el tamaño de una imagen con CSS</a></li>
</ul>
<p><!-- Similar Posts took 33.952 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_2710()',1000); }); </script><script type="text/javascript"> function loadGoogle1_2710(){ jQuery(document).ready(function($) { $('.dd-google1-2710').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/imagen-con-areas-enlazables/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Utilizando la etiqueta ADDRESS</title>
		<link>http://lineadecodigo.com/html/utilizando-la-etiqueta-address/</link>
		<comments>http://lineadecodigo.com/html/utilizando-la-etiqueta-address/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 06:00:50 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[contacto]]></category>
		<category><![CDATA[página web]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=2602</guid>
		<description><![CDATA[Una de las etiquetas HTML más olvidadas es ADDRESS. Esta etiqueta es la que nos permite poner el contacto de una determinada página, tal cual nos indica la W3C: "El elemento ADDRESS debe de ser utilizado por los autores para proporcionar información de contacto de un documento o de una parte importante de un documento [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-2602'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/utilizando-la-etiqueta-address/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Futilizando-la-etiqueta-address%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/utilizando-la-etiqueta-address/" data-count="horizontal" data-text="Utilizando la etiqueta ADDRESS" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Una de las etiquetas <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a> más olvidadas es <a href="http://w3api.com/wiki/HTML:ADDRESS" title="ADDRESS">ADDRESS</a>. Esta etiqueta es la que nos permite poner el contacto de una determinada página, <a href="http://www.w3.org/TR/html401/struct/global.html#h-7.5.6" title="Uso de ADDRESS por la W3C">tal cual nos indica la W3C</a>:</p>
<pre>"El elemento ADDRESS debe de ser utilizado por los autores para proporcionar información de contacto de un documento o de una parte importante de un documento como podría ser un formulario."</pre>
<p>Así que cuando vayamos a poner el contacto de un documento podemos utilizar la etiqueta <a href="http://w3api.com/wiki/HTML:ADDRESS" title="ADDRESS">ADDRESS</a> la cual tiene la siguiente estructura básica:</p>
<pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:ADDRESS"><span style="color: #000000; font-weight: bold;">address</span></a>&gt;</span>contacto<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:ADDRESS"><span style="color: #000000; font-weight: bold;">address</span></a>&gt;</span>
&nbsp;</pre>
<p>Así, si queremos poner un contacto podríamos poner lo siguiente:</p>
<pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:ADDRESS"><span style="color: #000000; font-weight: bold;">address</span></a>&gt;</span>Victor Cuervo <span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:BR"><span style="color: #000000; font-weight: bold;">br</span></a>&gt;</span>
Alferez Provisional 14 2B <span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:BR"><span style="color: #000000; font-weight: bold;">br</span></a>&gt;</span>
05003 Avila <span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:BR"><span style="color: #000000; font-weight: bold;">br</span></a>&gt;</span>
Tlfno: +34 920 22 22 27<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:ADDRESS"><span style="color: #000000; font-weight: bold;">address</span></a>&gt;</span>
&nbsp;</pre>
<p>Un interesante artículo (en inglés) sobre la utilización del elemento <a href="http://w3api.com/wiki/HTML:ADDRESS" title="ADDRESS">ADDRESS</a> es <a href="http://snook.ca/archives/html_and_css/use_of_address_element" title="Use of ADDRESS Element">"Use of ADDRESS Element"</a>.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/html5/poner-musica-en-tu-web-con-html5/" rel="bookmark" title="Mayo 16, 2012">Poner música en tu web con HTML5</a></li>
<li><a href="http://lineadecodigo.com/xml/definir-la-estructura-persona-en-xml/" rel="bookmark" title="Junio 10, 2007">Definir la estructura Persona en XML</a></li>
<li><a href="http://lineadecodigo.com/javascript/inicializar-un-array-en-javascript/" rel="bookmark" title="Enero 18, 2012">Inicializar un array en Javascript</a></li>
<li><a href="http://lineadecodigo.com/javascript/crear-propiedades-dinamicas-en-javascript/" rel="bookmark" title="Septiembre 26, 2010">Crear propiedades dinámicas en Javascript</a></li>
<li><a href="http://lineadecodigo.com/html/embed-musica-de-fondo-en-tu-pagina-web/" rel="bookmark" title="Marzo 24, 2007">Embed: Música de fondo en tu página web</a></li>
</ul>
<p><!-- Similar Posts took 8.342 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_2602()',1000); }); </script><script type="text/javascript"> function loadGoogle1_2602(){ jQuery(document).ready(function($) { $('.dd-google1-2602').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/utilizando-la-etiqueta-address/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Imagen con enlace en HTML</title>
		<link>http://lineadecodigo.com/html/imagen-con-enlace-en-html/</link>
		<comments>http://lineadecodigo.com/html/imagen-con-enlace-en-html/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 07:00:47 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[A]]></category>
		<category><![CDATA[alt]]></category>
		<category><![CDATA[enlace]]></category>
		<category><![CDATA[href]]></category>
		<category><![CDATA[imagen]]></category>
		<category><![CDATA[IMG]]></category>
		<category><![CDATA[TITLE]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=2222</guid>
		<description><![CDATA[Aunque lo normal en la web es que los enlaces sean textos, también podemos extender la capacidad de hacer enlaces con imagenes. De esta forma, cuando pulsemos sobre una imagen, esta actuará como enlace y nos llevará al destino demarcado por el enlace. Para poder hacer esto en HTML, lo primero será poner una imagen. [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-2222'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/imagen-con-enlace-en-html/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Fimagen-con-enlace-en-html%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/imagen-con-enlace-en-html/" data-count="horizontal" data-text="Imagen con enlace en HTML" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Aunque lo normal en la web es que los enlaces sean textos, también podemos extender la capacidad de hacer enlaces con imagenes. De esta forma, cuando pulsemos sobre una imagen, esta actuará como enlace y nos llevará al destino demarcado por el enlace.</p>
<p>Para poder hacer esto en <a title="HTML" href="http://www.manualweb.net/tutorial-html/">HTML</a>, lo primero será poner una imagen. Para ello nos basamos en la etiqueta <a title="img" href="http://w3api.com/wiki/HTML:IMG">IMG</a>:</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:IMG"><span style="color: #000000; font-weight: bold;">img</span></a> <a href="http://w3api.com/wiki/HTML:src"><span style="color: #000066;">src</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;casarural.jpg&quot;</span> <a href="http://w3api.com/wiki/HTML:alt"><span style="color: #000066;">alt</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Los Tejos&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre>
<p>Acordaros, como buena práctica, el poner un texto alternativo a la imagen con el atributo <a title="alt" href="http://w3api.com/wiki/HTML:Alt">alt</a>.</p>
<p>Ahora tendremos que recubrir el código de la imagen con un código de enlace. Para los enlaces nos basamos en la etiqueta <a title="A o anchor" href="http://w3api.com/wiki/HTML:A">A o anchor</a>. Y para indicar el enlace el atributo <a title="href" href="http://w3api.com/wiki/HTML:Href">href</a>. De esta manera el código quedaría de la siguiente forma:</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:A"><span style="color: #000000; font-weight: bold;">a</span></a> <a href="http://w3api.com/wiki/HTML:title"><span style="color: #000066;">title</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Los Tejos&quot;</span> <a href="http://w3api.com/wiki/HTML:href"><span style="color: #000066;">href</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.lostejos.com&quot;</span>&gt;&lt;<a href="http://w3api.com/wiki/HTML:IMG"><span style="color: #000000; font-weight: bold;">img</span></a> <a href="http://w3api.com/wiki/HTML:src"><span style="color: #000066;">src</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;casarural.jpg&quot;</span> <a href="http://w3api.com/wiki/HTML:alt"><span style="color: #000066;">alt</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Los Tejos&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:A"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span></pre>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/html/enlace-a-una-parte-concreta-de-la-pagina/" rel="bookmark" title="Enero 21, 2007">Enlace a una parte concreta de la página</a></li>
<li><a href="http://lineadecodigo.com/html/abrir-enlace-en-una-nueva-ventana/" rel="bookmark" title="Diciembre 22, 2006">Abrir enlace en una nueva ventana</a></li>
<li><a href="http://lineadecodigo.com/javascript/obtener-el-contenido-de-un-elemento-conociendo-su-tag/" rel="bookmark" title="Agosto 17, 2007">Obtener el contenido de un elemento conociendo su TAG</a></li>
<li><a href="http://lineadecodigo.com/jquery/marcar-enlaces-externos-con-jquery/" rel="bookmark" title="Febrero 19, 2009">Marcar enlaces externos con jQuery</a></li>
<li><a href="http://lineadecodigo.com/html/hipervinculos-enlazar-dos-paginas-web/" rel="bookmark" title="Noviembre 6, 2006">Hipervinculos: enlazar dos páginas web</a></li>
</ul>
<p><!-- Similar Posts took 8.284 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_2222()',1000); }); </script><script type="text/javascript"> function loadGoogle1_2222(){ jQuery(document).ready(function($) { $('.dd-google1-2222').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/imagen-con-enlace-en-html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Utilizar la ñ en HTML</title>
		<link>http://lineadecodigo.com/html/utilizar-la-n-en-html/</link>
		<comments>http://lineadecodigo.com/html/utilizar-la-n-en-html/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:00:15 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[ñ]]></category>
		<category><![CDATA[caracteres escapados]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=2212</guid>
		<description><![CDATA[A la hora de escribir documentos HTML y publicarlos en la web tenemos que tener en cuenta que, estos, son susceptibles de ser visualizados por personas de muchos sitios. Y que estas personas tendrán diferentes configuraciones de sus navegadores. Es por ello que tenemos que prestar especial atención cuando utilicemos símbolos especiales de los idiomas. [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-2212'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/utilizar-la-n-en-html/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Futilizar-la-n-en-html%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/utilizar-la-n-en-html/" data-count="horizontal" data-text="Utilizar la ñ en HTML" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>A la hora de escribir documentos <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a> y publicarlos en la web tenemos que tener en cuenta que, estos, son susceptibles de ser visualizados por personas de muchos sitios. Y que estas personas tendrán diferentes configuraciones de sus navegadores. Es por ello que tenemos que prestar especial atención cuando utilicemos símbolos especiales de los idiomas.</p>
<p>Esto nos va a aparecer si utilizamos codificaciones de codificación locales, como puede ser la ISO-8859-1.</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:META"><span style="color: #000000; font-weight: bold;">meta</span></a> <a href="http://w3api.com/wiki/HTML:http-equiv"><span style="color: #000066;">http-equiv</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Content-Type&quot;</span> <a href="http://w3api.com/wiki/HTML:content"><span style="color: #000066;">content</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/html; charset=ISO-8859-1&quot;</span>&gt;</span></div></li></ol></pre>
<p>Este es el caso de la &Ntilde;, letra que solo encontramos en el alfabeto español. Así, si queremos utilizar la &ntilde; en nuestros documentos <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a>, lo mejor que podemos hacer es escaparla. Para ello, en vez de escribirla directamente la deberíamos de escribir de la siguiente forma:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ddbb00;">&amp;ntilde;</span></div></li></ol></pre>
<p>O en mayúsculas:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #ddbb00;">&amp;Ntilde;</span></div></li></ol></pre>
<p>De esta forma podríamos tener textos como...</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">La capital de Espa<span style="color: #ddbb00;">&amp;amp;</span>ntilde;a es Madrid</div></li></ol></pre>
<p>...que se visualizaría de la siguiente forma:</p>
<p><strong>La capital de Espa&ntilde;a es Madrid</strong></p>
<p>Otra opción, siempre y que podamos, es utilizar una codificación UTF-8, que nos evita estos problemas:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:META"><span style="color: #000000; font-weight: bold;">meta</span></a> <a href="http://w3api.com/wiki/HTML:http-equiv"><span style="color: #000066;">http-equiv</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Content-Type&quot;</span> <a href="http://w3api.com/wiki/HTML:content"><span style="color: #000066;">content</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/html; charset=UTF-8&quot;</span>&gt;</span></div></li></ol></pre>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/conversacion/grupos-de-conversacion-sobre-programacion-en-facebook/" rel="bookmark" title="Marzo 30, 2012">Grupos de Conversación sobre Programación en Facebook</a></li>
<li><a href="http://lineadecodigo.com/html/subindice-en-html/" rel="bookmark" title="Enero 15, 2009">Subindice en HTML</a></li>
<li><a href="http://lineadecodigo.com/html/alto-y-ancho-de-una-imagen-con-html/" rel="bookmark" title="Diciembre 4, 2007">Alto y ancho de una imagen con HTML</a></li>
<li><a href="http://lineadecodigo.com/eventos/dia-w3c-en-espana-2007/" rel="bookmark" title="Mayo 16, 2007">Día W3C en España 2007</a></li>
<li><a href="http://lineadecodigo.com/jquery/utilizar-placeholder-con-jquery/" rel="bookmark" title="Febrero 16, 2012">Utilizar Placeholder con jQuery</a></li>
</ul>
<p><!-- Similar Posts took 8.580 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_2212()',1000); }); </script><script type="text/javascript"> function loadGoogle1_2212(){ jQuery(document).ready(function($) { $('.dd-google1-2212').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/utilizar-la-n-en-html/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Combo que soporte multiples selecciones en HTML</title>
		<link>http://lineadecodigo.com/html/combo-que-soporte-multiples-selecciones-en-html/</link>
		<comments>http://lineadecodigo.com/html/combo-que-soporte-multiples-selecciones-en-html/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 19:30:36 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[OPTION]]></category>
		<category><![CDATA[SELECT]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=1834</guid>
		<description><![CDATA[Por defecto, cuando montamos un menú de selección en HTML vemos que podemos escoger una sola de las opciones. Veamos el código normal a la hora de construir un combo SELECT de opciones: &#160;&#60;select id=&#34;favoritos&#34; name=&#34;favoritos&#34; size=6&#62;&#60;option value=&#34;deportes&#34;&#62;Deportes&#60;/option&#62;&#60;option value=&#34;cine&#34;&#62;Cine&#60;/option&#62;&#60;option value=&#34;teatro&#34;&#62;Teatro&#60;/option&#62;&#60;option value=&#34;fotografía&#34;&#62;Fotografía&#60;/option&#62;&#60;option value=&#34;lectura&#34;&#62;Lectura&#60;/option&#62;&#60;option value=&#34;viajes&#34;&#62;Viajes&#60;/option&#62;&#60;option value=&#34;pintura&#34;&#62;Pintura&#60;/option&#62;&#60;option value=&#34;música&#34;&#62;Música&#60;/option&#62;&#60;option value=&#34;otros&#34;&#62;Otros&#60;/option&#62;&#60;/select&#62;&#160; Si queremos que el usuario pueda marcar diferentes de [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-1834'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/combo-que-soporte-multiples-selecciones-en-html/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Fcombo-que-soporte-multiples-selecciones-en-html%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/combo-que-soporte-multiples-selecciones-en-html/" data-count="horizontal" data-text="Combo que soporte multiples selecciones en HTML" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Por defecto, cuando montamos un menú de selección en <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a> vemos que podemos escoger una sola de las opciones. Veamos el código normal a la hora de construir un combo <a href="http://w3api.com/wiki/HTML:SELECT" title="SELECT">SELECT</a> de opciones:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:SELECT"><span style="color: #000000; font-weight: bold;">select</span></a> <a href="http://w3api.com/wiki/HTML:id"><span style="color: #000066;">id</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;favoritos&quot;</span> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;favoritos&quot;</span> <a href="http://w3api.com/wiki/HTML:size"><span style="color: #000066;">size</span></a><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">6</span>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;deportes&quot;</span>&gt;</span>Deportes<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cine&quot;</span>&gt;</span>Cine<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;teatro&quot;</span>&gt;</span>Teatro<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;fotografía&quot;</span>&gt;</span>Fotografía<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;lectura&quot;</span>&gt;</span>Lectura<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;viajes&quot;</span>&gt;</span>Viajes<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;pintura&quot;</span>&gt;</span>Pintura<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;música&quot;</span>&gt;</span>Música<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;otros&quot;</span>&gt;</span>Otros<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:SELECT"><span style="color: #000000; font-weight: bold;">select</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li></ol></pre>
<p>Si queremos que el usuario pueda marcar diferentes de las opciones tendremos que hacer uso del atributo <a href="http://w3api.com/wiki/HTML:Multiple" title="multipl">multiple</a> dentro del <a href="http://w3api.com/wiki/HTML:SELECT" title="SELECT">SELECT</a>. Si asignamos el valor:</p>
<pre class="html4strcit" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">multiple=&quot;multiple&quot;</div></li></ol></pre>
<p>Habilitaremos la selección múltiple. Veamos como quedaría el nuevo código:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:SELECT"><span style="color: #000000; font-weight: bold;">select</span></a> <a href="http://w3api.com/wiki/HTML:id"><span style="color: #000066;">id</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;favoritos&quot;</span> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;favoritos&quot;</span> <a href="http://w3api.com/wiki/HTML:multiple"><span style="color: #000066;">multiple</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;multiple&quot;</span> <a href="http://w3api.com/wiki/HTML:size"><span style="color: #000066;">size</span></a><span style="color: #66cc66;">=</span><span style="color: #cc66cc;">6</span>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;deportes&quot;</span>&gt;</span>Deportes<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cine&quot;</span>&gt;</span>Cine<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;teatro&quot;</span>&gt;</span>Teatro<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;fotografía&quot;</span>&gt;</span>Fotografía<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;lectura&quot;</span>&gt;</span>Lectura<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;viajes&quot;</span>&gt;</span>Viajes<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;pintura&quot;</span>&gt;</span>Pintura<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;música&quot;</span>&gt;</span>Música<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;otros&quot;</span>&gt;</span>Otros<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:OPTION"><span style="color: #000000; font-weight: bold;">option</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:SELECT"><span style="color: #000000; font-weight: bold;">select</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li></ol></pre>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/java/enviar-un-array-a-una-jsp/" rel="bookmark" title="Agosto 1, 2009">Enviar un array a una JSP</a></li>
<li><a href="http://lineadecodigo.com/javascript/activar-valores-de-un-combo-dinamicamente/" rel="bookmark" title="Septiembre 16, 2009">Activar valores de un combo dinámicamente</a></li>
<li><a href="http://lineadecodigo.com/jquery/listar-opciones-seleccionadas-de-un-combo-con-jquery/" rel="bookmark" title="Septiembre 24, 2011">Listar opciones seleccionadas de un combo con jQuery</a></li>
<li><a href="http://lineadecodigo.com/html/combos-de-seleccion/" rel="bookmark" title="Noviembre 2, 2006">Combos de selección</a></li>
<li><a href="http://lineadecodigo.com/html/checkbox-marcados-por-defecto/" rel="bookmark" title="Diciembre 18, 2006">Checkbox marcados por defecto</a></li>
</ul>
<p><!-- Similar Posts took 8.455 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_1834()',1000); }); </script><script type="text/javascript"> function loadGoogle1_1834(){ jQuery(document).ready(function($) { $('.dd-google1-1834').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/combo-que-soporte-multiples-selecciones-en-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Texto en negrita con HTML</title>
		<link>http://lineadecodigo.com/html/texto-en-negrita-con-html/</link>
		<comments>http://lineadecodigo.com/html/texto-en-negrita-con-html/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 16:26:09 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[b]]></category>
		<category><![CDATA[bold]]></category>
		<category><![CDATA[negrita]]></category>
		<category><![CDATA[texto]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=1843</guid>
		<description><![CDATA[Aunque la W3C recomienda el uso de CSS para realizar acciones de estilo vamos a ver como poner texto en negrita con HTML. La codificación será realmente sencilla, ya que solo necesitaremos utilizar la etiqueta B (BOLD). Esta etiqueta contendrá internamente el texto que queramos visualizar en negrita. El código asociado sería el siguiente: &#60;B&#62;Texto [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-1843'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/texto-en-negrita-con-html/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Ftexto-en-negrita-con-html%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/texto-en-negrita-con-html/" data-count="horizontal" data-text="Texto en negrita con HTML" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Aunque la <a href="http://www.w3.org/">W3C</a> recomienda el uso de <a href="http://www.manualweb.net/tutorial-css/" title="CSS">CSS</a> para realizar acciones de estilo vamos a ver como poner texto en negrita con <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a>.<br />
La codificación será realmente sencilla, ya que solo necesitaremos utilizar la etiqueta <a href="http://w3api.com/wiki/HTML:B" title="bold">B</a> (BOLD). Esta etiqueta contendrá internamente el texto que queramos visualizar en negrita.</p>
<p>El código asociado sería el siguiente:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:B"><span style="color: #000000; font-weight: bold;">B</span></a>&gt;</span>Texto en negrita<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:B"><span style="color: #000000; font-weight: bold;">B</span></a>&gt;</span></div></li></ol></pre>
<p>Algo muy sencillo y útil.<br />
<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/css/centrar-texto-con-css-en-tu-pagina-web/" rel="bookmark" title="Junio 27, 2007">Centrar texto con CSS en tu página web</a></li>
<li><a href="http://lineadecodigo.com/css/subrayar-texto-en-la-web/" rel="bookmark" title="Junio 27, 2007">Subrayar texto en la web</a></li>
<li><a href="http://lineadecodigo.com/xslt/convertir-un-fichero-xml-en-una-pagina-web/" rel="bookmark" title="Enero 1, 2010">Convertir un fichero XML en una página web</a></li>
<li><a href="http://lineadecodigo.com/xforms/botones-con-imagenes-en-xforms/" rel="bookmark" title="Enero 7, 2007">Botones con imagenes en XForms</a></li>
<li><a href="http://lineadecodigo.com/css/borde-con-lineas-discontinuas/" rel="bookmark" title="Julio 9, 2007">Borde con lineas discontinuas</a></li>
</ul>
<p><!-- Similar Posts took 7.892 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_1843()',1000); }); </script><script type="text/javascript"> function loadGoogle1_1843(){ jQuery(document).ready(function($) { $('.dd-google1-1843').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/texto-en-negrita-con-html/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Poner título a una página web</title>
		<link>http://lineadecodigo.com/html/poner-titulo-a-una-pagina-web/</link>
		<comments>http://lineadecodigo.com/html/poner-titulo-a-una-pagina-web/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 10:23:59 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[HEAD]]></category>
		<category><![CDATA[TITLE]]></category>
		<category><![CDATA[titulo]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=1677</guid>
		<description><![CDATA[Cuando entramos mediante nuestro navegador a una página de Internet, este suele cargar en la barra principal el título de la página web. Pero, ¿de dónde obtiene el navegador dicho título? Pues esto es muy sencillo y es que los navegadores cargan en la barra principal el valor de la etiqueta TITLE. La etiqueta TITLE [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-1677'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/poner-titulo-a-una-pagina-web/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Fponer-titulo-a-una-pagina-web%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/poner-titulo-a-una-pagina-web/" data-count="horizontal" data-text="Poner título a una página web" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Cuando entramos mediante nuestro navegador a una página de Internet, este suele cargar en la barra principal el título de la página web. Pero, ¿de dónde obtiene el navegador dicho título?</p>
<p>Pues esto es muy sencillo y es que los navegadores cargan en la barra principal el valor de la etiqueta <a href="http://w3api.com/wiki/HTML:TITLE" title="TITLE">TITLE</a>. La etiqueta <a href="http://w3api.com/wiki/HTML:TITLE" title="TITLE">TITLE</a> tendremos que ponerla dentro dela cabecera de nuestra página HTML. Es decir, dentro de la sección <a href="http://w3api.com/wiki/HTML:HEAD" title="HEAD">HEAD</a>.</p>
<p>Veamos como quedaría ese código:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:HTML"><span style="color: #000000; font-weight: bold;">html</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:HEAD"><span style="color: #000000; font-weight: bold;">head</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:TITLE"><span style="color: #000000; font-weight: bold;">title</span></a>&gt;</span>Este es el titulo de la pagina<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:TITLE"><span style="color: #000000; font-weight: bold;">title</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:HEAD"><span style="color: #000000; font-weight: bold;">head</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:BODY"><span style="color: #000000; font-weight: bold;">body</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">...</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:BODY"><span style="color: #000000; font-weight: bold;">body</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:HTML"><span style="color: #000000; font-weight: bold;">html</span></a>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li></ol></pre>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/javascript/obtener-el-titulo-de-la-pagina-con-javascript/" rel="bookmark" title="Junio 16, 2007">Obtener el titulo de la página con JavaScript</a></li>
<li><a href="http://lineadecodigo.com/html/tooltip-texto-al-pasar-sobre-una-imagen/" rel="bookmark" title="Noviembre 18, 2006">Tooltip, texto al pasar sobre una imágen</a></li>
<li><a href="http://lineadecodigo.com/html/ir-al-principio-y-al-final-de-una-pagina-web/" rel="bookmark" title="Noviembre 10, 2006">Ir al principio y al final de una página web</a></li>
<li><a href="http://lineadecodigo.com/prototype/acceder-a-elementos-con-prototype/" rel="bookmark" title="Febrero 10, 2007">Acceder a elementos con Prototype</a></li>
<li><a href="http://lineadecodigo.com/javascript/abrir-una-ventana-con-javascript/" rel="bookmark" title="Enero 3, 2009">Abrir una ventana con JavaScript</a></li>
</ul>
<p><!-- Similar Posts took 5.174 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_1677()',1000); }); </script><script type="text/javascript"> function loadGoogle1_1677(){ jQuery(document).ready(function($) { $('.dd-google1-1677').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/poner-titulo-a-una-pagina-web/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Enviar emails desde una página web</title>
		<link>http://lineadecodigo.com/html/enviar-emails-desde-una-pagina-web/</link>
		<comments>http://lineadecodigo.com/html/enviar-emails-desde-una-pagina-web/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 07:00:55 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Form]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=801</guid>
		<description><![CDATA[Aunque al día de hoy casi todas las páginas están versadas en uno u otro lenguaje de servidor: ASP, PHP, JSP,... existe un amplio espectro de páginas desarrolladas en HTML. Casi siempre con la inestimable ayuda de un editor web. Y es que es mucha la gente, que con unos conocimientos mínimos de Internet, se [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-801'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/enviar-emails-desde-una-pagina-web/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Fenviar-emails-desde-una-pagina-web%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/enviar-emails-desde-una-pagina-web/" data-count="horizontal" data-text="Enviar emails desde una página web" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Aunque al día de hoy casi todas las páginas están versadas en uno u otro lenguaje de servidor: <a href="http://www.manualweb.net/tutorial-asp/" title="ASP">ASP</a>, <a href="http://www.manualweb.net/tutorial-php/" title="PHP">PHP</a>, <a href="http://www.manualweb.net/tutorial-jsp/" title="JSP">JSP</a>,... existe un amplio espectro de páginas desarrolladas en <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a>. Casi siempre con la inestimable ayuda de un editor web. Y es que es mucha la gente, que con unos conocimientos mínimos de Internet, se lanza a este para contarle algo al ciber espacio. E incluso habrá sitios dónde podrámos insertar código <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a> y que no permite utilizar otro lenguaje</p>
<p>Y ya puestos, y una vez que nos hemos currado una página web, nos apetece que la gente comparta con nosotros su opinión sobre la misma. O simplemente se ponga en contacto con nosotros.</p>
<p>Una vez en esta tesitura, lo más fácil sería poner un texto que sea un enlace (o no) con nuestra dirección de email. Aquí, le estamos dando al comunicante solo nuestra dirección y el, la utilizará para contarnos lo que quiera. Si quieres tomar esta opción léete el articulo <a href="http://lineadecodigo.com/2007/03/24/propiedades-de-enlaces-de-email/" title="Propiedades de los enlaces de email">"Propiedades de los enlaces de email"</a> el cual te ayudará a darle más potencia a tus enlaces de email.</p>
<p>Pero claro, puede ser que queramos, que cuando nos escriba, rellene cierta información que con el email no sabremos nunca si nos la va a enviar o no. Para ello tenemos los formularios. Y será entonces cuando queramos que nos envíe lo relleno en el formulario.</p>
<p>En este punto tenemos dos opciones. O bien tiramos de algún lenguaje de servidor (para aludidos, no tiene desperdicio <a href="http://lineadecodigo.com/2006/11/10/mandar-emails-con-javamail/" title="Mandar emails con JavaMail">Mandar emails con JavaMail</a>)</p>
<p>Para que el usuario nos envíe el formulario utilizando <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a> solo tendremos que hacer una cosa. Poner "mailto:miusuario@miemail.com" en el campo <a href="http://www.w3api.com/wiki/HTML:Action" title="action">action</a> del formulario. Quedándonos un código <a href="http://www.manualweb.net/tutorial-html/" title="HTML">HTML</a> como este, mediante la etiqueta <a href="http://www.w3api.com/wiki/HTML:FORM" title="FORM">FORM</a>:</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:FORM"><span style="color: #000000; font-weight: bold;">FORM</span></a> <a href="http://w3api.com/wiki/HTML:action"><span style="color: #000066;">action</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;mailto:miusuario@miemail.com&quot;</span>&gt;</span></pre>
<p>Con esto conseguiremos que el usuario nos envíe un email con la estructura del formulario.</p>
<p>Una vez montando nuestro formulario veremos que si le damos a enviar el texto recibido puede ser algo como esto:</p>
<pre>textfield=victor&textfield2=victor%40miemail.com&textarea=cojonuda</pre>
<p>El problema es que para diferenciar las diferentes partes del mensaje, el navegador utiliza los identificadores de los campos. Es por ello que es bastante conveniente el modificarlos. Para tal fin hay que modificar el campo name de los campos del formulario. Podríamos ponerlos así:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:INPUT"><span style="color: #000000; font-weight: bold;">input</span></a> <a href="http://w3api.com/wiki/HTML:type"><span style="color: #000066;">type</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nombre&quot;</span>&gt;</span></div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li></ol></pre>
<p>Ahora, la cadena recibida, sería la siguiente:</p>
<pre>nombre=victor&email=victor%40miemail.com&opinion=cojonuda</pre>
<p>Aunque sigue siendo una cadena críptica, es algo más clara que la anterior.</p>
<p>Además tenemos que tener en mente un par de cosas. La primera es que esto solo funcionará si el usuario tiene un programa de correo electrónico en su ordenador (Outlook, Outlook Express, Eudora...). Hay que tener cuidado, ya que aunque es raro que el ordenador no tenga un programa de correo electrónico, puede darse el caso.</p>
<p>La segunda es que aunque nosotros le hayamos puesto los campos (incluso poniendolos cómo obligatorios -podríamos usar <a href="http://www.manualweb.net/tutorial-javascript/" title="JavaScript">JavaScript</a>-), el usuario tiene la capacidad de modificar el email antes de enviarlo.</p>
<p>Aún con todo, esto es una buena solución para que se pongan en contacto con nosotros de forma sencilla.</p>
<p>Al final nos quedará el siguiente formulario:</p>
<pre class="html4strict" style="font-family:monospace;">&nbsp;
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:FORM"><span style="color: #000000; font-weight: bold;">form</span></a> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;form1&quot;</span> <a href="http://w3api.com/wiki/HTML:method"><span style="color: #000066;">method</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;post&quot;</span> <a href="http://w3api.com/wiki/HTML:action"><span style="color: #000066;">action</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;mailto:contacto@lineadecodigo.com&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:LABEL"><span style="color: #000000; font-weight: bold;">label</span></a> <a href="http://w3api.com/wiki/HTML:for"><span style="color: #000066;">for</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nombre&quot;</span>&gt;</span>Nombre: <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:LABEL"><span style="color: #000000; font-weight: bold;">label</span></a>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:INPUT"><span style="color: #000000; font-weight: bold;">input</span></a> <a href="http://w3api.com/wiki/HTML:type"><span style="color: #000066;">type</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nombre&quot;</span> <a href="http://w3api.com/wiki/HTML:id"><span style="color: #000066;">id</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nombre&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:LABEL"><span style="color: #000000; font-weight: bold;">label</span></a> <a href="http://w3api.com/wiki/HTML:for"><span style="color: #000066;">for</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;email&quot;</span>&gt;</span>Email: <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:LABEL"><span style="color: #000000; font-weight: bold;">label</span></a>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:INPUT"><span style="color: #000000; font-weight: bold;">input</span></a> <a href="http://w3api.com/wiki/HTML:type"><span style="color: #000066;">type</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nombre&quot;</span> <a href="http://w3api.com/wiki/HTML:id"><span style="color: #000066;">id</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;email&quot;</span>&gt;</span>
<span style="color: #ddbb00;">&amp;iquest;</span>Qu<span style="color: #ddbb00;">&amp;eacute;</span> te pareci<span style="color: #ddbb00;">&amp;oacute;</span> la p<span style="color: #ddbb00;">&amp;aacute;</span>gina?
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:TEXTAREA"><span style="color: #000000; font-weight: bold;">textarea</span></a> <a href="http://w3api.com/wiki/HTML:id"><span style="color: #000066;">id</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;opinion&quot;</span> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;opinion&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:TEXTAREA"><span style="color: #000000; font-weight: bold;">textarea</span></a>&gt;</span>
<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:INPUT"><span style="color: #000000; font-weight: bold;">input</span></a> <a href="http://w3api.com/wiki/HTML:type"><span style="color: #000066;">type</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <a href="http://w3api.com/wiki/HTML:name"><span style="color: #000066;">name</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Submit&quot;</span> <a href="http://w3api.com/wiki/HTML:value"><span style="color: #000066;">value</span></a><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Enviar&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:FORM"><span style="color: #000000; font-weight: bold;">form</span></a>&gt;</span>
&nbsp;</pre>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/wforms/validar-que-el-campo-es-un-email/" rel="bookmark" title="Agosto 28, 2007">Validar que el campo es un email</a></li>
<li><a href="http://lineadecodigo.com/vbscript/vbcrlf-saltos-de-linea-en-una-cadena/" rel="bookmark" title="Diciembre 7, 2006">vbCrLf, Saltos de línea en una cadena</a></li>
<li><a href="http://lineadecodigo.com/prototype/posicionarse-en-el-primer-elemento-de-un-formulario/" rel="bookmark" title="Marzo 2, 2007">Posicionarse en el primer elemento de un formulario</a></li>
<li><a href="http://lineadecodigo.com/java/ano-bisiesto-en-java/" rel="bookmark" title="Febrero 18, 2007">Año bisiesto en Java</a></li>
<li><a href="http://lineadecodigo.com/html/propiedades-de-enlaces-de-email/" rel="bookmark" title="Marzo 24, 2007">Propiedades de enlaces de email</a></li>
</ul>
<p><!-- Similar Posts took 8.462 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_801()',1000); }); </script><script type="text/javascript"> function loadGoogle1_801(){ jQuery(document).ready(function($) { $('.dd-google1-801').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/enviar-emails-desde-una-pagina-web/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Superindice con HTML</title>
		<link>http://lineadecodigo.com/html/superindice-con-html/</link>
		<comments>http://lineadecodigo.com/html/superindice-con-html/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 07:00:17 +0000</pubDate>
		<dc:creator>Víctor Cuervo</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[sup]]></category>
		<category><![CDATA[superindice]]></category>

		<guid isPermaLink="false">http://lineadecodigo.com/?p=1391</guid>
		<description><![CDATA[Si el otro día veíamos como poner un subíndice en HTML, hoy vamos a ver como poner un superindice en HTML. Esto nos ayudará cuando en nuestras páginas web tengamos que poner cosas como E = mc2 20 km2 o cuando tengamos que poner una referencia a pie de página.. ...según lo citado en Linea [...]]]></description>
			<content:encoded><![CDATA[<div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><div class='dd-google1-ajax-load dd-google1-1391'></div><g:plusone size='medium' href='http://lineadecodigo.com/html/superindice-con-html/'></g:plusone></div><div class='dd_button'><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Flineadecodigo.com%2Fhtml%2Fsuperindice-con-html%2F" send="false" show_faces="false"  layout="button_count" width="92"  ></fb:like></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://lineadecodigo.com/html/superindice-con-html/" data-count="horizontal" data-text="Superindice con HTML" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>Si el otro día veíamos como poner un <a href="http://lineadecodigo.com/2009/01/15/subindice-en-html/" title="subindice en HTML">subíndice en HTML</a>, hoy vamos a ver como poner un superindice en <a href="http://www.manualweb.net/tutorial-html/" title="Manual HTML">HTML</a>.</p>
<p>Esto nos ayudará cuando en nuestras páginas web tengamos que poner cosas como</p>
<p>E = mc<sup>2</sup> <br />
20 km<sup>2</sup></p>
<p>o cuando tengamos que poner una referencia a pie de página..</p>
<p>...según lo citado en Linea de Código<sup>1</sup>...</p>
<p>En este caso, para poner un superindice con <a href="http://www.manualweb.net/tutorial-html/" title="Manual HTML">HTML</a> necesitamos del elemento <a href="http://www.w3api.com/wiki/HTML:SUP" title="SUP">SUP</a>. Este elemento contendrá el superíndice entre una etiqueta de inicio y otra de cierre.</p>
<pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:SUP"><span style="color: #000000; font-weight: bold;">sup</span></a>&gt;</span>superindice<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:SUP"><span style="color: #000000; font-weight: bold;">sup</span></a>&gt;</span></pre>
<p>El código necesario para expresar lo anterior sería el siguiente:</p>
<pre class="html4strict" style="font-family:monospace;"><ol><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">E = mc<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:SUP"><span style="color: #000000; font-weight: bold;">sup</span></a>&gt;</span>2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:SUP"><span style="color: #000000; font-weight: bold;">sup</span></a>&gt;</span> </div></li><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">20 km<span style="color: #009900;">&lt;<a href="http://w3api.com/wiki/HTML:SUP"><span style="color: #000000; font-weight: bold;">sup</span></a>&gt;</span>2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://w3api.com/wiki/HTML:SUP"><span style="color: #000000; font-weight: bold;">sup</span></a>&gt;</span></div></li></ol></pre>
<p>Algo realmente útil y sencillo.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://lineadecodigo.com/html/saltos-de-linea-en-html/" rel="bookmark" title="Noviembre 29, 2006">Saltos de línea en HTML</a></li>
<li><a href="http://lineadecodigo.com/html/texto-en-negrita-con-html/" rel="bookmark" title="Agosto 1, 2009">Texto en negrita con HTML</a></li>
<li><a href="http://lineadecodigo.com/javascript/escribir-texto-con-formato-en-javascript/" rel="bookmark" title="Junio 29, 2007">Escribir texto con formato en JavaScript</a></li>
<li><a href="http://lineadecodigo.com/css/numero-de-inicio-de-una-lista-con-css/" rel="bookmark" title="Enero 1, 2008">Número de inicio de una lista con CSS</a></li>
<li><a href="http://lineadecodigo.com/asp/hola-mundo-en-asp/" rel="bookmark" title="Enero 10, 2007">Hola Mundo en ASP</a></li>
</ul>
<p><!-- Similar Posts took 8.067 ms --></p>
<script type="text/javascript"> jQuery(document).ready(function($) { window.setTimeout('loadGoogle1_1391()',1000); }); </script><script type="text/javascript"> function loadGoogle1_1391(){ jQuery(document).ready(function($) { $('.dd-google1-1391').remove();$.getScript('https://apis.google.com/js/plusone.js'); }); }</script><!-- Social Buttons Generated by Digg Digg plugin v5.2.6,
    Author : Buffer, Inc
    Website : http://bufferapp.com/diggdigg -->]]></content:encoded>
			<wfw:commentRss>http://lineadecodigo.com/html/superindice-con-html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: lineadecodigo.com @ 2012-05-17 19:58:06 by W3 Total Cache -->
