O texto é o principal de seu site, é o conteúdo.
Os parágrafos devem utilizar a tag <p>.
<p>
A paragraph consists of one or more sentences
that form a self-contained unit of discourse. The
start of a paragraph is indicated by a new
line.
</p>
<p>
Text is easier to understand when it is split up
into units of text. For example, a book may have
chapters. Chapters can have subheadings. Under
each heading there will be one or more
paragraphs.
</p>
Para títulos temos as tags h1 a h6, portanto, 6 níveis de subtítulos.
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
Uma página deve ter títulos e subtítulos bem definidos, os mencanismos de buscas consideram esse fator importante.
Uma página deve ter pelo menos uma tag h1 (princípio de SEO).
Bold & Italic
<b> - negrito<i> - itálicoStrong & Emphasis
A tag <b> é semelhante a tag <strong>, mas qual eu devo utilizar ?
<em> - ênfaseSuperscript & Subscrip
<sup><sub>Quotations
<blockquote><q>Citations & Definitions
<abbr>Citations & Definitions
<cite><dfn>Author Details
<address>Changes to Content
<ins><del><s>Line Breaks & Horizontal Rules
Temos a tag <br /> (lines break) que quebra uma linnha.
Temos a tag <hr /> (horizontal rules) que desenha uma linha, para separação de tópicos.