Demo Project — All Content Styles
17 viewsA demonstration project showcasing all available rich text formatting options.
HTML
CSS
Heading Level 1
Regular paragraph with bold text, italic text, and a link.
Heading Level 2
Another paragraph with inline code and strong emphasis.
Heading Level 3
- Unordered list item 1
- Unordered list item 2
- Unordered list item 3
Heading Level 4
- Ordered list item 1
- Ordered list item 2
- Ordered list item 3
Blockquote
This is a blockquote with distinctive styling.
Code Block
function greet(string $name): string {
return "Hello, {$name}!";
}
Horizontal Rule
Table
| Technology | Proficiency |
|---|---|
| Laravel | Advanced |
| Vue.js | Intermediate |