Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraphs & Text
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent euismod, massa non link commodo, nulla sapien ultrices urna, eu blandit neque magna a justo.
Curabitur inline-code() tincidunt lacus, sit amet highlighted text dolor.
Blockquote
“Design is not just what it looks like and feels like. Design is how it works.” – Steve Jobs
Lists
- Unordered item one
- Unordered item two
- Unordered item three
- Ordered item one
- Ordered item two
- Ordered item three
Code Block
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('World');
Table
| Element | Description |
|---|---|
<h1> | Main heading |
<p> | Paragraph text |
<blockquote> | Quote block |