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 | |
---|---|---|
John Doe | $1 | Because thatās all Steve Jobs needed for a salary. |
Jane Doe | $100K | For all the blogging she does. |
Fred Bloggs | $100M | Pictures are worth a thousand words, right? So Jane x 1,000. |
Jane Bloggs | $100B | With hair like that?! Enough said⦠|
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 willĀ 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
These supported tags come from the WordPress.com codeĀ FAQ.
Address Tag
1 Infinite LoopCupertino, CA 95014
United States
Anchor Tag (aka. Link)
This is an example of aĀ link.
Abbreviation Tag
The abbreviationĀ srslyĀ stands for āseriouslyā.
Acronym Tag (deprecated in HTML5)
The acronymĀ ftwĀ stands for āfor the winā.
Big TagĀ (deprecated in HTML5)
These tests are aĀ bigĀ deal, but this tag is no longer supported in HTML5.
Cite Tag
āCode is poetry.ā āAutomattic
Code Tag
You will learn later on in these tests thatĀ word-wrap: break-word;
Ā will be your best friend.
Delete Tag
This tag will let youĀ strikeout text, but this tag is no longer supported in HTML5 (use theĀ <strike>
Ā instead).
Emphasize Tag
The emphasize tag shouldĀ italicizeĀ text.
Insert Tag
This tag should denoteĀ insertedĀ text.
Keyboard Tag
This scarcely known tag emulatesĀ keyboard text, which is usually styled like theĀ <code>
Ā 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; 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; }
Quote Tag
Developers, developers, developersā¦
Ā āSteve Ballmer
Strike TagĀ (deprecated in HTML5)
This tag showsĀ strike-through text
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Ā (deprecated in HTML5)
This rarely used tag emulatesĀ teletype text, which is usually styled like theĀ <code>
Ā tag.
Variable Tag
This allows you to denoteĀ variables.