| Tag | Name | Purpose | Example | Result |
|---|---|---|---|---|
em |
emphasized | make emphasized text | <em>technical sophistication</em> |
technical sophistication |
strong |
strong | make strong text |
<strong>at least a billion people</strong>
|
FILL_IN |
a |
anchor | make hyperlink |
<a href="https://learnenough.com/">Learn Enough</a>
|
FILL_IN |
img |
image | include an image |
<img src="https://bit.ly/1MZAFuQ" alt="Michael Hartl">
|
FILL_IN |