67 |
68 |

Text

69 |
70 |
71 |

Headings

72 |
73 |
74 |

Heading 1

75 |

Heading 2

76 |

Heading 3

77 |

Heading 4

78 |
Heading 5
79 |
Heading 6
80 |
81 | 84 |
85 |
86 |

Paragraphs

87 |
88 |

89 | A paragraph (from the Greek paragraphos, “to write beside” or 90 | “written beside”) is a self-contained unit of a discourse in 91 | writing dealing with a particular point or idea. A paragraph 92 | consists of one or more sentences. Though not required by the 93 | syntax of any language, paragraphs are usually an expected part 94 | of formal writing, used to organize longer prose. 95 |

96 |
97 | 100 |
101 |
102 |

Blockquotes

103 |
104 |
105 |

106 | A block quotation (also known as a long quotation or extract) 107 | is a quotation in a written document, that is set off from the 108 | main text as a paragraph, or block of text. 109 |

110 |

111 | It is typically distinguished visually using indentation and a 112 | different typeface or smaller size quotation. It may or may 113 | not include a citation, usually placed at the bottom. 114 |

115 | Said no one, ever. 116 |
117 |
118 | 121 |
122 |
123 |

Lists

124 |
125 |

Definition list

126 |
127 |
Definition List Title
128 |
This is a definition list division.
129 |
130 |

Ordered List

131 |
    132 |
  1. List Item 1
  2. 133 |
  3. List Item 2
  4. 134 |
  5. List Item 3
  6. 135 |
136 |

Unordered List

137 |
    138 |
  • List Item 1
  • 139 |
  • List Item 2
  • 140 |
  • List Item 3
  • 141 |
142 |
143 | 146 |
147 |
148 |

Horizontal rules

149 |
150 |
151 |
152 | 155 |
156 |
157 |

Tabular data

158 | 159 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 |
160 | Table Caption 161 |
Table Heading 1Table Heading 2Table Heading 3Table Heading 4Table Heading 5
Table Footer 1Table Footer 2Table Footer 3Table Footer 4Table Footer 5
Table Cell 1Table Cell 2Table Cell 3Table Cell 4Table Cell 5
Table Cell 1Table Cell 2Table Cell 3Table Cell 4Table Cell 5
Table Cell 1Table Cell 2Table Cell 3Table Cell 4Table Cell 5
Table Cell 1Table Cell 2Table Cell 3Table Cell 4Table Cell 5
211 | 214 |
215 |
216 |

Code

217 |
218 |

Keyboard input: Cmd

219 |

220 | Inline code: 221 | <div>code</div> 222 |

223 |

224 | Sample output: 225 | This is sample output from a computer program. 226 |

227 |

Pre-formatted text

228 |
229 | P R E F O R M A T T E D T E X T
230 |   ! " # $ % & ' ( ) * + , - . /
231 |   0 1 2 3 4 5 6 7 8 9 : ; < = > ?
232 |   @ A B C D E F G H I J K L M N O
233 |   P Q R S T U V W X Y Z [ \ ] ^ _
234 |   ` a b c d e f g h i j k l m n o
235 |   p q r s t u v w x y z { | } ~ 
237 |
238 | 241 |
242 |
243 |

Inline elements

244 |
245 |

This is a text link.

246 |

247 | Strong is used to indicate strong importance. 248 |

249 |

This text has added emphasis.

250 |

251 | The b element is stylistically different text from normal 252 | text, without any special importance. 253 |

254 |

255 | The i element is text that is offset from the normal 256 | text. 257 |

258 |

259 | The u element is text with an unarticulated, though 260 | explicitly rendered, non-textual annotation. 261 |

262 |

263 | This text is deleted and 264 | This text is inserted. 265 |

266 |

This text has a strikethrough.

267 |

Superscript®.

268 |

Subscript for things like H2O.

269 |

270 | This small text is small for for fine print, etc. 271 |

272 |

273 | Abbreviation: 274 | HTML 275 |

276 |

277 | This text is a short inline quotation. 281 |

282 |

This is a citation.

283 |

The dfn element indicates a definition.

284 |

The mark element indicates a highlight.

285 |

286 | The variable element, such as x = 287 | y. 288 |

289 |

290 | The time element: 291 | 292 |

293 |
294 | 297 |
298 |
299 |

HTML Comments

300 |
301 |

302 | There is comment here: 303 | 304 |

305 |

306 | There is a comment spanning multiple tags and lines below here. 307 |

308 | 311 |
312 | 315 |
316 |
317 |
318 |

Embedded content

319 |
320 |

Images

321 |
322 |

No <figure> element

323 |

324 | Image alt text 328 |

329 |

330 | Wrapped in a <figure> element, no 331 | <figcaption> 332 |

333 |
334 | Image alt text 338 |
339 |

340 | Wrapped in a <figure> element, with a 341 | <figcaption> 342 |

343 |
344 | Image alt text 348 |
Here is a caption for this image.
349 |
350 |
351 | 354 |
355 |
356 |

Audio

357 |
358 | 361 |
362 |
363 |

Video

364 |
365 | 368 |
369 |
370 |

Canvas

371 |
canvas
372 | 375 |
376 |
377 |

Meter

378 |
2 out of 10
379 | 382 |
383 |
384 |

Progress

385 |
progress
386 | 389 |
390 |
391 |

Inline SVG

392 |
393 | 394 | 395 | 396 |
397 | 400 |
401 |
402 |

IFrame

403 |
404 | 407 |
408 |
409 |
410 |

Form elements

411 |
412 |
413 | Input fields 414 |

415 | 416 | 417 |

418 |

419 | 420 | 425 |

426 |

427 | 428 | 433 |

434 |

435 | 436 | 441 |

442 |

443 | 444 | 449 |

450 |

451 | 452 | 457 |

458 |

459 | 460 | 465 |

466 |

467 | 468 | 474 |

475 |

476 | 477 | 483 |

484 |
485 |

[Top]

486 |
487 | Select menus 488 |

489 | 490 | 497 |

498 |
499 |

[Top]

500 |
501 | Checkboxes 502 |
    503 |
  • 504 | 513 |
  • 514 |
  • 515 | 519 |
  • 520 |
  • 521 | 525 |
  • 526 |
527 |
528 |

[Top]

529 |
530 | Radio buttons 531 |
    532 |
  • 533 | 543 |
  • 544 |
  • 545 | 554 |
  • 555 |
  • 556 | 565 |
  • 566 |
567 |
568 |

[Top]

569 |
570 | Textareas 571 |

572 | 573 | 579 |

580 |
581 |

[Top]

582 |
583 | HTML5 inputs 584 |

585 | 586 | 587 |

588 |

589 | 590 | 591 |

592 |

593 | 594 | 595 |

596 |

597 | 598 | 599 |

600 |

601 | 602 | 603 |

604 |

605 | 606 | 607 |

608 |

609 | 610 | 611 |

612 |

613 | 614 | 619 |

620 |
621 |

[Top]

622 |
623 | Action buttons 624 |

625 | 626 | 627 | 628 | 629 |

630 |

631 | 632 | 633 | 634 | 635 |

636 |
637 |

[Top]

638 |
639 |
640 |