— Sloth Boss
This is a standard paragraph. Paragraphs are block elements that contain text and can include other inline elements.
This is another paragraph. Notice the spacing between paragraphs.
Bold text using strong
Bold text using b
Italic text using em
Italic text using i
Underlined text using u
Highlighted text using mark
Smaller text using small
Strikethrough text using del
Inserted text using ins
Subscript: H2O
Superscript: E=mc2
This is a line
that contains
line breaks.
Content above the line
Content below the line
This entire section is inside a div element with some basic styling to show its boundaries.
This paragraph contains a span element with inline styling.
| 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 |
| Table Footer | ||
This is a blockquote. It is often used to quote content from another source.
— Citation Source
Inline code: console.log("Hello World");
// Code block
function greeting() {
return "Hello World!";
}
The WHO was founded in 1948.
This content is inside a details element and can be expanded or collapsed.