Text formatting example
Heading Level 1 (H1)
Heading Level 2 (H2)
Heading Level 3 (H3)
Heading Level 4 (H4)
Heading Level 5 (H5)
This is a paragraph (p) with bold text, italicized text, and underlined text.
Hereβs a paragraph with a link (a) to demonstrate how links are styled.
Unordered List
- List Item 1 (li)
- List Item 2 (li)
- List Item 3 (li)
Ordered List
- List Item 1 (li)
- List Item 2 (li)
- List Item 3 (li)
Blockquote
This is a blockquote (blockquote). Itβs typically used to represent a quotation or an excerpt from another source.
Preformatted Text
This is preformatted text (pre). It preserves spaces and line breaks. Useful for code snippets.
Inline Code
Code Block
// This is a code block (pre > code)
function helloWorld() {
console.log("Hello, world!");
}
Table
Header 1 | Header 2 | Header 3 |
---|---|---|
Row 1, Cell 1 | Row 1, Cell 2 | Row 1, Cell 3 |
Row 2, Cell 1 | Row 2, Cell 2 | Row 2, Cell 3 |
Form Elements
This is a horizontal rule (hr) separating sections above and below.