Headings
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
Formatting
<u>Underlined</u>
<b>Bold</b>
<strong>Strong</strong>
<italic>Italic</italic>
<em>Em</em>
<s>Strikethrough</s>
<small>Small</small>
<mark>Mark</mark>
Subtitles
<h1> Subtitle
<h2> Subtitle
<h3> Subtitle
<h4> Subtitle
<h5> Subtitle
<h6> Subtitle
Description
- Description lists
- A description list is perfect for defining terms.
- Euismod
- Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.
- Donec id elit non mi porta gravida at eget metus.
- Malesuada porta
- Etiam porta sem malesuada magna mollis euismod.
Quotes
<blockquote>
Addresses
Googleplex1600 Amphitheatre Pkwy
Mountain View, CA 94043
P: (650) 253-0000
Code
Multi-line code blocks
Use <pre> for multi-line code blocks.
<p>This is the first line of code</p>
<p>This is the second line of code</p>
Inline code blocks
Code blocks like <main>
could be displayed inline.
Tables
Basic table
# | First Name | Last Name | Username |
---|---|---|---|
1 | Larry | Page | +LarryPage |
2 | Sergey | Brin | +SergeyBrin |
3 | Eric | Schmidt | +EricSchmidt |