--- title: Page Markup And Formatting author: adamchlan type: page date: 2013-03-15T23:20:05+00:00 original_post_id: - "1083" --- **Headings** # Header one ## Header two ### Header three #### Header four ##### Header five ###### Header six ## Blockquotes Single line blockquote: > Stay hungry. Stay foolish. Multi line blockquote with a cite reference: > People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things. Steve Jobs – Apple Worldwide Developers’ Conference, 1997 ## Tables
Employee | Salary | |
---|---|---|
Jane | $1 | Because that’s all Steve Job’ needed for a salary. |
John | $100K | For all the blogging he does. |
Jane | $100M | Pictures are worth a thousand words, right? So Tom x 1,000. |
Jane | $100B | With hair like that?! Enough said… |
` tag.
**Preformatted Tag**
This tag styles large blocks of code.
.post-title {
margin: 0 0 5px;
font-weight: bold;
font-size: 38px;
line-height: 1.2;
}
**Quote Tag**
Developers, developers, developers…
–Steve Ballmer
**Strong Tag**
This tag shows **bold **text.****
**Subscript Tag**
Getting our science styling on with H2O, which should push the “2” down.
**Superscript Tag**
Still sticking with science and Isaac Newton’s E = MC2, which should lift the 2 up.
**Teletype Tag**
This rarely used tag emulates teletype text, which is usually styled like the `` tag.
**Variable Tag**
This allows you to denote variables.
[1]: https://www.youtube.com/watch?v=O_HyZ5aW76c "We'll Do It Live"
[2]: http://en.support.wordpress.com/code/ "Code"
[3]: http://apple.com "Apple"