Emphasis, Quotations, and Code Tags
| Meaning | Tag |
|---|---|
| Emphasis | <em> |
| Strong importance | <strong> |
| Short quote | <q> |
| Long quote | <blockquote> |
| Code | <code> |
| Keyboard input | <kbd> |
<p>Press <kbd>Ctrl</kbd> + <kbd>S</kbd> to save.</p>
<p>Use <code>npm run build</code> before deploy.</p>
Guideline
Choose tags for meaning first, then style them with CSS.
What's Next
- Continue to 4. Links, Images, and Media