Text
Headings and Paragraphs
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Decoration
Italic, Bold, Underline, Strikethrough, and Highlight text
Italic text
Bold text
Underline text
Strikethrough text
Quote text
Highlight text
216
Ab
Block Text
Code, Pre-Code, and Blockquote examples
const app = document.getElementById('app')
// Sort by id
array.sort(function (a, b) {
let x = a.id.toLowerCase();
let y = b.id.toLowerCase();
if (x < y) {return 1;}
if (x > y) {return -1;}
return 0;
});
Integer viverra elit sed tincidunt dignissim. Donec luctus malesuada posuere. Sed pulvinar pulvinar augue. Aenean id ligula justo. Curabitur egestas sed augue vel vulputate. Ut tempor sem sit amet diam molestie, id tincidunt lorem vulputate. Duis eu consectetur turpis, sit amet lobortis magna.
Bulleted list
An unordered list example
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5 with text that wraps to the next line if the width is small enough
- Item 6
Numbered List
An ordered list example
- Item 1
- Item 2
- Item 3
- Inside item 1
- Inside item 2
- Inside item 3
- Item 4
Description Lists
A description list example
- Term
- Detail 1
- Detail 2
- Term
- Detail 1 with text that wraps to the next line if the width is small enough
- Detail 2
Tables
Table example
Heading 1 | Heading 2 | Heading 3 |
---|---|---|
Row 1, Data 1 | Row 1, Data 2 | Row 1, Data 3 |
Row 2, Data 1 | Row 2, Data 2 | Row 2, Data 3 |
Row 3, Data 1 | Row 3, Data 2 | Row 3, Data 3 |
Table Example
Use class="fill" to fill the container
Symbol | Dec | Hex | Binary | Description |
---|---|---|---|---|
A | 65 | 41 | 1000001 | Uppercase A |
B | 66 | 42 | 1000010 | Uppercase B |
C | 67 | 43 | 1000011 | Uppercase C |
D | 68 | 44 | 1000100 | Uppercase D |
E | 69 | 45 | 1000101 | Uppercase E |
F | 70 | 46 | 1000110 | Uppercase F |
Buttons
A few different kinds
Checkbox / Radio
Custom Styles
Forms
Some form inputs
Others
Details, Range, and Progress