Headings
h1. I am Heading 1 |
Cocon-Bold 30px |
|
h2. I am Heading 2 |
Cocon-Bold 20px |
|
h3. I am Heading 3 |
Cocon-Bold 16px |
|
h4. I am Heading 4 |
Cocon-Bold 14px |
|
h5. I am Heading 5 |
Cocon-Bold 13px |
|
h6. I am Heading 6 |
Cocon-Bold 12px |
|
Paragraphs
You can use the mark tag to highlight text. |
|
|
|
|
|
This line of text is meant to be treated as an addition to the document. |
|
This line of text will render as underlined |
|
This line of text is meant to be treated as fine print. |
|
This line rendered as bold text. |
|
This line rendered as italicized text. |
|
This is a horizonal rule above |
|
Adding extra line breaks Now the text is pushed down each will push it down another line |
|
Links
<div class="read-more">
<p style="">This Text will be shown.</p>
<p style="display: none;">This text will be hidden.</p>
<p style="display: none;">along with this text as i is set to display none the read more will then reveal it when clicked.</p>
</div>
Visit site
<a rel="nofollow" target="_blank" href="Your link goes here">Visit site</a>
Anchor links, This is the linkPlace this where ever in the pace you wish to jump to.
<a href="#Anchor">Anchor links, This is the link</a>
<a name="Anchor">tThis is the anchor, Place this where in the pace you wish to jump to.</a>