HTML Tags and Markdown Formatting
A variety of common markup showing how the theme styles them.
Header two
Header three
Header four
Header five
Header six
small text
smaller text
Blockquotes
Single line blockquote:
Software is like sex: it’s better when it’s free.
Multi line blockquote with a cite reference:
Sharing knowledge is the most fundamental act of friendship. Because it is a way you can give something without loosing something.
Richard Stallman
Tables
# | Person | Idea |
---|---|---|
1 | Richard Stallman | Gnu |
2 | Linus Torvalds | Linux |
3 | Ian Murdock | Debian |
4 | Bruce Perens | Open Source |
Header1 | Header2 | Header3 |
---|---|---|
cell1 | cell2 | cell3 |
cell4 | cell5 | cell6 |
cell1 | cell2 | cell3 |
cell4 | cell5 | cell6 |
Foot1 | Foot2 | Foot3 |
Definition Lists
- Definition List Title
- Definition list division.
- Startup
- A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.
- #dowork
- Coined by Rob Dyrdek and his personal body guard Christopher “Big Black” Boykins, “Do Work” works as a self motivator, to motivating your friends.
- Do It Live
- I’ll let Bill O’Reilly explain this one.
Unordered Lists (Nested)
- List item one
- List item one
- List item one
- List item two
- List item three
- List item four
- List item two
- List item three
- List item four
- List item one
- List item two
- List item three
- List item four
Ordered List (Nested)
- List item one
- List item one
- List item one
- List item two
- List item three
- List item four
- List item two
- List item three
- List item four
- List item one
- List item two
- List item three
- List item four
HTML Tags
<address>
for a person or people
or for an organization
<href>
This is an example of an anchor tag or link.
<abbr>
The abbreviation CSS stands for “Cascading Style Sheets”.
<cite>
“Code is poetry.” —Automattic
<code>
You will learn later on in these tests that word-wrap: break-word;
will be your best friend.
<del>
This tag will let you strikeout text.
<em>
The emphasize tag should italicize text.
<ins>
This tag should denote inserted text.
<kbd>
This scarcely known tag emulates keyboard text, which is usually styled like the <code>
tag.
<pre>
This tag styles large blocks of code.
.post-title { margin: 0 0 5px; font-weight: bold; font-size: 38px; line-height: 1.2; and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; }
<q>
Just a short text, with automatically inserted quotation marks.
<strong>
This tag shows bold text.
<sub>
Getting our science styling on with H2O, which should push the “2” down.
<sup>
Still sticking with science and Albert Einstein’s E = MC2, which should lift the 2 up.
<var>
This allows you to denote variables.