HTML Elements Demo
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Paragraphs and Text Formatting
This is a regular paragraph.
This is a bold word and this is an italicized word.
You can also use links within text.
Lists
Unordered List
- Item 1
- Item 2
- Item 3
Ordered List
- First item
- Second item
- Third item
Blockquote
"This is a blockquote. It is typically used for quoting large sections of text."
Tables
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 |
Forms
Inline and Preformatted Code
Here is an example of inline code: console.log('Hello, world!');
// This is a block of preformatted code function greet() { console.log('Hello, world!'); }
Horizontal Rule
Below is a horizontal rule:
Images
Here is an example image:
Embedding Media
You can embed videos using the <iframe>
tag: