A lead paragraph sets the scene with slightly larger, relaxed type.
Body copy uses inline links, strong emphasis, italics,
highlighted text, CSS abbreviations,
inline code, Ctrl+K keys, H2O subscripts, x2
superscripts, struck inserted edits, and small print.
Design is not just what it looks like and feels like. Design is how it works. Steve Jobs
Ordered & unordered lists
- Unordered item one
- Item two, with a nested list
- Nested A
- Nested B
- Item three
- First step
- Second step
- Third step
function greet(name) {
return `Hello, ${name}`; // preformatted block
}