C4, 6
by mzcarlos
HTML
<book>
<author>Meyer</author>
<name>Titulo del libro</name>
<fecha>2012</fecha>
<editorial>O'Reilly</editorial>
</book>
<book>
<author>Meyer</author>
<name>Titulo del libro</name>
<fecha>2012</fecha>
<editorial>O'Reilly</editorial>
</book>
CSS
book,name {display:block}
book {margin-top: 20px}
name {font-weight: bold}