8 Elementos HTML Legais

8 Elementos HTML Legais

by Angelo Rogério Rubin

HTML

<!-- 8 Elementos HTML Legais -->
<h2>Citação</h2>
<q>citação</q>
<h2>Mark</h2>
<p>
    Texto chato escrito aqui,
    <mark>o que importa mesmo está aqui.</mark>
</p>
<h2>I</h2>
<i>elemento i</i>
<h2>Quote</h2>

CSS

body {
    font-family: verdana, arial;
    font-size: 0.8em;
}