Está en la página 1de 3

Citas en html:

1. Existen distintos tipos de citas en HTML:

a.1 cite.

a.1.1 Ejemplos de cite:

Ejemplo 1:

<p>My favorite book is <cite>The Reality Dysfunction</cite> by

Peter F. Hamilton. My favorite comic is <cite>Pearls Before

Swine</cite> by Stephan Pastis. My favorite track is <cite>Jive

Samba</cite> by the Cannonball Adderley Sextet.</p>

Ejemplo 2:

<p>According to the Wikipedia article <cite>HTML</cite>, as it

stood in mid-February 2008, leaving attribute values unquoted is

unsafe. This is obviously an over-simplification.</p>

Ejemplo 3:

<p> <cite>Galileo</cite> dijo: "... y sin embargo, se mueve." </p>

Explicación: EL cite se utiliza principalmente para citar autores, trabajos, titulo de un libro, película,
un juego, etc.

a.2 blockquote.

Ejemplos de blockquote:

Ejemplo 1:

<p>He began his list of "lessons" with the following:</p>

<blockquote>One should never assume that his side of

the issue will be recognized, let alone that it will

be conceded to have merits.</blockquote>

<p>He continued with a number of similar points, ending with:</p>

<blockquote>Finally, one should be prepared for the threat

of breakdown in negotiations at any given moment and not

be cowed by the possibility.</blockquote>

<p>We shall now discuss these points...


Ejemplo 2:

Ejemplo 3:

<blockquote>

Un pueblo ignorante es instrumento ciego de su propia destrucción.

</blockquote>

<cite> Simón Bolívar </cite>


Ejemplo 4:

<blockquote cite="http://www.georgerrmartin.com/grrm_book/a-game-of-thrones-a-song-of-ice-
and-fire-book-one/">

<p>No tenía un destino en mente. Solo quería cabalgar. Siguió el arroyo por un tiempo,
escuchando el goteo del agua congelada sobre las rocas, luego cortó camino a través de los
campos hacia el camino del rey.</p>

</blockquote>

a.3 q.

También podría gustarte