Text Formatting
Example 1:
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply
dummy textof the printing and typesetting industry.Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum is simply dummy text of the printing and typesetting ind.
Code:
<p>Lorem Ipsum is simply
<mark>dummy text</mark> of the printing and typesetting industry.
</p>
<p>Lorem Ipsum is simply
<del>dummy text</del> of the printing and typesetting industry.
</p>
<p>Lorem Ipsum is simply
<u>dummy text</u> of the printing and typesetting industry.
</p>
<p>Lorem Ipsum is simply
<ins>dummy text</ins> of the printing and typesetting industry.
</p>
<p>Lorem Ipsum is simply
<strong>dummy text</strong> of the printing and typesetting industry.
</p>
<p>Lorem Ipsum is simply
<small>dummy text</small> of the printing and typesetting industry.
</p>
<p>Lorem Ipsum is simply
<em>dummy text</em> of the printing and typesetting industry.
</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting
<abbr title="Industry">ind.</abbr>
</p>Example 2:
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Code:
<blockquote>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<footer>
<cite title="Lorem Ipsum">Lorem Ipsum</cite>
</footer>
</blockquote>