Kitchen Sink
This document contains examples of all native browser elements along with brief descriptions.
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Headings are used to create a hierarchical structure for the content.
Paragraph
This is a paragraph. Paragraphs are used to group sentences together.
Links
This is a linkLinks are used to navigate to other pages or sections within the same page.
Lists
Unordered List
- Item 1
- Item 2
- Item 3
Ordered List
- Item 1
- Item 2
- Item 3
Lists are used to group related items together.
Forms
Forms are used to collect user input.
Tables
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Data 1 | Data 2 | Data 3 |
| Data 4 | Data 5 | Data 6 |
Tables are used to display data in a tabular format.
Images
Images are used to display pictures or graphics.
Blockquote
This is a blockquote. Blockquotes are used to indicate that the enclosed text is an extended quotation.
Code
This is inline code.
This is a code block.
It preserves whitespace and formatting.
Code elements are used to display code snippets.
Horizontal Rule
Horizontal rules are used to separate content.
Inline Elements
Strong and emphasis are used to highlight text.