-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
723 lines (718 loc) · 70.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
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
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
<!DOCTYPE html>
<html>
<head>
<include expiration='7d' path='*.css'></include>
<include expiration='7d' path='*.js'></include>
<include expiration='3d' path='*.gif'></include>
<include expiration='3d' path='*.jpeg'></include>
<include expiration='3d' path='*.jpg'></include>
<include expiration='3d' path='*.png'></include>
<meta content='sat, 02 jun 2020 00:00:00 GMT' http-equiv='expires' />
<meta charset='utf-8' />
<meta content='width=device-width, initial-scale=1' name='viewport' />
<link href="css/styles.css" rel="stylesheet" />
<link rel='icon' href='moz.png'>
<title>Project PerMent</title>
</head>
<body>
<main>
<h1>Periodic table of HTML elements</h1>
<div class="elements">
<div class="row">
<a href="#html" class="element group-base"><span>html</span></a>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<a href="#output" class="element group-forms"><span>output</span></a>
</div>
<div class="row">
<a href="#base" class="element group-metadata"><span>base</span></a>
<a href="#header" class="element group-sectioning"><span>header</span></a>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<a href="#strong" class="element group-text-semantics"><span>strong</span></a>
<a href="#area" class="element group-media"><span>area</span></a>
<a href="#param" class="element group-embedded"><span>param</span></a>
<a href="#caption" class="element group-table"><span>caption</span></a>
<a href="#th" class="element group-table"><span>th</span></a>
<a href="#input" class="element group-forms"><span>input</span></a>
<a href="#progress" class="element group-forms"><span>progress</span></a>
</div>
<div class="row">
<a href="#head" class="element group-metadata"><span>head</span></a>
<a href="#h1-h6" class="element group-sectioning"><span>h1-h6</span></a>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<a href="#sub" class="element group-text-semantics"><span>sub</span></a>
<a href="#audio" class="element group-media"><span>audio</span></a>
<a href="#source" class="element group-embedded"><span>source</span></a>
<a href="#col" class="element group-table"><span>col</span></a>
<a href="#thead" class="element group-table"><span>thead</span></a>
<a href="#keygen" class="element group-forms"><span>keygen</span></a>
<a href="#select" class="element group-forms"><span>select</span></a>
</div>
<div class="row">
<a href="#style" class="element group-metadata"><span>style</span></a>
<a href="#hgroup" class="element group-sectioning"><span>hgroup</span></a>
<a href="#dt" class="element group-text-content"><span>dt</span></a>
<a href="#ol" class="element group-text-content"><span>ol</span></a>
<a href="#bdi" class="element group-text-semantics"><span>bdi</span></a>
<a href="#data" class="element group-text-semantics"><span>data</span></a>
<a href="#mark" class="element group-text-semantics"><span>mark</span></a>
<a href="#ruby" class="element group-text-semantics"><span>ruby</span></a>
<a href="#sup" class="element group-text-semantics"><span>sup</span></a>
<a href="#map" class="element group-media"><span>map</span></a>
<a href="#canvas" class="element group-script"><span>canvas</span></a>
<a href="#colgroup" class="element group-table"><span>colgroup</span></a>
<a href="#tr" class="element group-table"><span>tr</span></a>
<a href="#label" class="element group-forms"><span>label</span></a>
<a href="#details" class="element group-interactive"><span>details</span></a>
</div>
<div class="row">
<a href="#title" class="element group-metadata"><span>title</span></a>
<a href="#nav" class="element group-sectioning"><span>nav</span></a>
</a><a href="#figcaption" class="element group-text-content"><span>figcaption</span></a>
<a href="#p" class="element group-text-content"><span>p</span></a>
<a href="#bdo" class="element group-text-semantics"><span>bdo</span></a>
<a href="#dfn" class="element group-text-semantics"><span>dfn</span></a>
<a href="#q" class="element group-text-semantics"><span>q</span></a>
<a href="#s" class="element group-text-semantics"><span>s</span></a>
<a href="#time" class="element group-text-semantics"><span>time</span></a>
<a href="#track" class="element group-media"><span>track</span></a>
<a href="#noscript" class="element group-script"><span>noscript</span></a>
<a href="#table" class="element group-table"><span>table</span></a>
<a href="#button" class="element group-forms"><span>button</span></a>
<a href="#legend" class="element group-forms"><span>legend</span></a>
<a href="#dialog" class="element group-interactive"><span>dialog</span></a>
</div>
<div class="row">
<a href="#body" class="element group-sectioning"><span>body</span></a>
<a href="#section" class="element group-sectioning"><span>section</span></a>
<a href="#figure" class="element group-text-content"><span>figure</span>
<a href="#pre" class="element group-text-content"><span>pre</span></a>
<a href="#br" class="element group-text-semantics"><span>br</span></a>
<a href="#em" class="element group-text-semantics"><span>em</span></a>
<a href="#rp" class="element group-text-semantics"><span>rp</span></a>
<a href="#samp" class="element group-text-semantics"><span>samp</span></a>
<a href="#u" class="element group-text-semantics"><span>u</span></a>
<a href="#video" class="element group-media"><span>video</span></a>
<a href="#script" class="element group-script"><span>script</span></a>
<a href="#tbody" class="element group-table"><span>tbody</span></a>
<a href="#datalist" class="element group-forms"><span>datalist</span></a>
<a href="#meter" class="element group-forms"><span>meter</span></a>
<a href="#menu" class="element group-interactive"><span>menu</span></a>
</div>
<div class="row">
<a href="#address" class="element group-sectioning"><span>address</span></a>
<a href="#dd" class="element group-text-content"><span>dd</span></a>
<a href="#hr" class="element group-text-content"><span>hr</span></a>
<a href="#ul" class="element group-text-content"><span>ul</span></a>
<a href="#cite" class="element group-text-semantics"><span>cite</span></a>
<a href="#i" class="element group-text-semantics"><span>i</span></a>
<a href="#rt" class="element group-text-semantics"><span>rt</span></a>
<a href="#small" class="element group-text-semantics"><span>small</span></a>
<a href="#var" class="element group-text-semantics"><span>var</span></a>
<a href="#embed" class="element group-embedded"><span>embed</span></a>
<a href="#del" class="element group-edits"><span>del</span></a>
<a href="#td" class="element group-table"><span>td</span></a>
<a href="#fieldset" class="element group-forms"><span>fieldset</span></a>
<a href="#optgroup" class="element group-forms"><span>optgroup</span></a>
<a href="#menuitem" class="element group-interactive"><span>menuitem</span></a>
</div>
<div class="row">
<a href="#article" class="element group-sectioning"><span>article</span></a>
<a href="#div" class="element group-text-content"><span>div</span></a>
<a href="#li" class="element group-text-content"><span>li</span></a>
<a href="#abbr" class="element group-text-semantics"><span>abbr</span></a>
<a href="#code" class="element group-text-semantics"><span>code</span></a>
<a href="#kbd" class="element group-text-semantics"><span>kbd</span></a>
<a href="#rtc" class="element group-text-semantics"><span>rtc</span></a>
<a href="#span" class="element group-text-semantics"><span>span</span></a>
<a href="#wbr" class="element group-text-semantics"><span>wbr</span></a>
<a href="#object" class="element group-embedded"><span>object</span></a>
<a href="#ins" class="element group-edits"><span>ins</span></a>
<a href="#tfoot" class="element group-table"><span>tfoot</span></a>
<a href="#form" class="element group-forms"><span>form</span></a>
<a href="#option" class="element group-forms"><span>option</span></a>
<a href="#summary" class="element group-interactive"><span>summary</span></a>
</div>
<div class="row">
<a href="#footer" class="element group-sectioning"><span>footer</span></a>
<a href="#dl" class="element group-text-content"><span>dl</span></a>
<a href="#main" class="element group-text-content"><span>main</span></a>
<a href="#b" class="element group-text-semantics"><span>b</span></a>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
<div class="element empty-element"></div>
</div>
</div>
<div class="f-block elements">
<div class="row">
<a href="#content" class="element group-web-components"><span>content</span></a>
<a href="#element" class="element group-web-components"><span>element</span></a>
<a href="#shadow" class="element group-web-components"><span>shadow</span></a>
<a href="#template" class="element group-web-components"><span>template</span></a>
</div>
</div>
<ul class="key">
<li class="group-base">base</li>
<li class="group-metadata">metadata</li>
<li class="group-sectioning">sectioning</li>
<li class="group-text-content">text-content</li>
<li class="group-text-semantics">text-semantics</li>
<li class="group-media">media</li>
<li class="group-embedded">embedded</li>
<li class="group-script">script</li>
<li class="group-edits">edits</li>
<li class="group-table">table</li>
<li class="group-forms">forms</li>
<li class="group-interactive">interactive</li>
<li class="group-web-components">web-components</li>
</ul>
<div class="descriptions">
<div class="description group-base" id="html">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/html"><html></a></h2>
<p>The HTML <code><html></code> element (or HTML root element) represents the root of an HTML document. All other elements must be descendants of this element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/html">https://developer.mozilla.org/en/docs/Web/HTML/Element/html</a></p>
</div>
<div class="description group-base" id="body">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/body"><body></a></h2>
<p>The HTML <code><body></code> element (or Sectioning root element) represents the root of all Sectioning elements in document. All other Sectioning elements must be descendants of this element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/body">https://developer.mozilla.org/en/docs/Web/HTML/Element/body</a></p>
</div>
<div class="description group-forms" id="output">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/output"><output></a></h2>
<p>The HTML <code><output></code> element represents the result of a calculation or user action.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/output">https://developer.mozilla.org/en/docs/Web/HTML/Element/output</a></p>
</div>
<div class="description group-metadata" id="base">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/base"><base></a></h2>
<p>The HTML <code><base></code> element specifies the base URL to use for all relative URLs contained within a document. There can be only one <code><base></code> element in a document.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/base">https://developer.mozilla.org/en/docs/Web/HTML/Element/base</a></p>
</div>
<div class="description group-sectioning" id="h1-h6">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/h1"><h1-h6></a></h2>
<p>Heading elements implement six levels of document headings, <code><h1></code> is the most important and <code><h6></code> is the least. A heading element briefly describes the topic of the section it introduces. Heading information may be used by user agents, for example, to construct a table of contents for a document automatically.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/h1">https://developer.mozilla.org/en/docs/Web/HTML/Element/h1</a></p>
</div>
<div class="description group-text-semantics" id="strong">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/strong"><strong></a></h2>
<p>The HTML Strong Element (<code><strong></code>) gives text strong importance, and is typically displayed in bold.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/strong">https://developer.mozilla.org/en/docs/Web/HTML/Element/strong</a></p>
</div>
<div class="description group-media" id="area">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/area"><area></a></h2>
<p>The HTML <code><area></code> element defines a hot-spot region on an image, and optionally associates it with a hypertext link. This element is used only within a <code><map></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/area">https://developer.mozilla.org/en/docs/Web/HTML/Element/area</a></p>
</div>
<div class="description group-embedded" id="param">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/param"><param></a></h2>
<p>The HTML <code><param></code> Element (or HTML Parameter Element) defines parameters for <code><object></code>.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/param">https://developer.mozilla.org/en/docs/Web/HTML/Element/param</a></p>
</div>
<div class="description group-table" id="caption">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/caption"><caption></a></h2>
<p>The HTML <code><caption></code> Element (or HTML Table Caption Element) represents the title of a table. Though it is always the first descendant of a <code><table></code>, its styling, using CSS, may place it elsewhere, relative to the table.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/caption">https://developer.mozilla.org/en/docs/Web/HTML/Element/caption</a></p>
</div>
<div class="description group-table" id="th">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/th"><th></a></h2>
<p>The HTML element table header cell <code><th></code> defines a cell that is a header for a group of cells of a table. The group of cells that the header refers to is defined by the scope and headers attribute.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/th">https://developer.mozilla.org/en/docs/Web/HTML/Element/th</a></p>
</div>
<div class="description group-forms" id="input">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/input"><input></a></h2>
<p>The HTML element <code><input></code> is used to create interactive controls for web-based forms in order to accept data from the user. How an <code><input></code> works varies considerably depending on the value of its type attribute.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/input">https://developer.mozilla.org/en/docs/Web/HTML/Element/input</a></p>
</div>
<div class="description group-forms" id="progress">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/progress"><progress></a></h2>
<p>The HTML <code><progress></code> Element is used to view the completion progress of a task. While the specifics of how it's displayed is left up to the browser developer, it's typically displayed as a progress bar. Javascript can be used to manipulate the value of progress bar.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/progress">https://developer.mozilla.org/en/docs/Web/HTML/Element/progress</a></p>
</div>
<div class="description group-metadata" id="head">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/head"><head></a></h2>
<p>The HTML <code><head></code> element provides general information (metadata) about the document, including its title and links to/definitions of scripts and style sheets.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/head">https://developer.mozilla.org/en/docs/Web/HTML/Element/head</a></p>
</div>
<div class="description group-sectioning" id="hgroup">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/hgroup"><hgroup></a></h2>
<p>The HTML <code><hgroup></code> Element (HTML Headings Group Element) represents the heading of a section. It defines a single title that participates in the outline of the document as the heading of the implicit or explicit section that it belongs to.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/hgroup">https://developer.mozilla.org/en/docs/Web/HTML/Element/hgroup</a></p>
</div>
<div class="description group-text-semantics" id="sub">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/sub"><sub></a></h2>
<p>The HTML Subscript Element (<code><sub></code>) defines a span of text that should be displayed, for typographic reasons, lower, and often smaller, than the main span of text.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/sub">https://developer.mozilla.org/en/docs/Web/HTML/Element/sub</a></p>
</div>
<div class="description group-media" id="audio">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/audio"><audio></a></h2>
<p>The HTML <code><audio></code> element is used to embed sound content in documents. It may contain several audio sources, represented using the src attribute or the <code><source></code> element; the browser will choose the most suitable one.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/audio">https://developer.mozilla.org/en/docs/Web/HTML/Element/audio</a></p>
</div>
<div class="description group-embedded" id="source">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/source"><source></a></h2>
<p>The HTML <code><source></code> element is used to specify multiple media resources for <code><picture></code>, <code><audio></code> and <code><video></code> elements. It is an empty element. It is commonly used to serve the same media in multiple formats supported by different browsers.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/source">https://developer.mozilla.org/en/docs/Web/HTML/Element/source</a></p>
</div>
<div class="description group-table" id="col">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/col"><col></a></h2>
<p>The HTML Table Column Element (<code><col></code>) defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a <code><colgroup></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/col">https://developer.mozilla.org/en/docs/Web/HTML/Element/col</a></p>
</div>
<div class="description group-table" id="thead">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/thead"><thead></a></h2>
<p>The HTML Table Head Element (<code><thead></code>) defines a set of rows defining the head of the columns of the table.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/thead">https://developer.mozilla.org/en/docs/Web/HTML/Element/thead</a></p>
</div>
<div class="description group-forms" id="keygen">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/keygen"><keygen></a></h2>
<p>The HTML <code><keygen></code> element exists to facilitate generation of key material, and submission of the public key as part of an HTML form. This mechanism is designed for use with Web-based certificate management systems. It is expected that the <code><keygen></code> element will be used in an HTML form along with other information needed to construct a certificate request, and that the result of the process will be a signed certificate.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/keygen">https://developer.mozilla.org/en/docs/Web/HTML/Element/keygen</a></p>
</div>
<div class="description group-forms" id="select">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/select"><select></a></h2>
<p>The HTML select (<code><select></code>) element represents a control that presents a menu of options. The options within the menu are represented by <code><option></code> elements, which can be grouped by <code><optgroup></code> elements. Options can be pre-selected for the user.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/select">https://developer.mozilla.org/en/docs/Web/HTML/Element/select</a></p>
</div>
<div class="description group-metadata" id="style">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/style"><style></a></h2>
<p>The HTML <code><style></code> element contains style information for a document, or part of a document. By default, the style instructions written inside that element are expected to be CSS.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/style">https://developer.mozilla.org/en/docs/Web/HTML/Element/style</a></p>
</div>
<div class="description group-sectioning" id="nav">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/nav"><nav></a></h2>
<p>The HTML <code><nav></code> element (HTML Navigation Element) represents a section of a page that links to other pages or to parts within the page: a section with navigation links.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/nav">https://developer.mozilla.org/en/docs/Web/HTML/Element/nav</a></p>
</div>
<div class="description group-text-content" id="figcaption">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/figcaption"><figcaption></a></h2>
<p>The HTML <code><figcaption></code> element represents a caption or a legend associated with a figure or an illustration described by the rest of the data of the <code><figure></code> element which is its immediate ancestor which means <code><figcaption></code> can be the first or last element inside a <code><figure></code> block. Also, the HTML Figcaption Element is optional; if not provided, then the parent figure element will have no caption.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/figcaption">https://developer.mozilla.org/en/docs/Web/HTML/Element/figcaption</a></p>
</div>
<div class="description group-text-content" id="p">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/p"><p></a></h2>
<p>The HTML <code><p></code> element (or HTML Paragraph Element) represents a paragraph of text.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/p">https://developer.mozilla.org/en/docs/Web/HTML/Element/p</a></p>
</div>
<div class="description group-text-semantics" id="bdi">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/bdi"><bdi></a></h2>
<p>The HTML <code><bdi></code> Element (or Bi-Directional Isolation Element) isolates a span of text that might be formatted in a different direction from other text outside it.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/bdi">https://developer.mozilla.org/en/docs/Web/HTML/Element/bdi</a></p>
</div>
<div class="description group-text-semantics" id="data">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/data"><data></a></h2>
<p>The HTML <code><data></code> Element links a given content with a machine-readable translation. If the content is time- or date-related, the <code><time></code> must be used.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/data">https://developer.mozilla.org/en/docs/Web/HTML/Element/data</a></p>
</div>
<div class="description group-text-semantics" id="mark">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/mark"><mark></a></h2>
<p>The HTML Mark Element (<code><mark></code>) represents highlighted text, i.e., a run of text marked for reference purpose, due to its relevance in a particular context. For example it can be used in a page showing search results to highlight every instance of the searched-for word.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/mark">https://developer.mozilla.org/en/docs/Web/HTML/Element/mark</a></p>
</div>
<div class="description group-text-semantics" id="ruby">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/ruby"><ruby></a></h2>
<p>The HTML <code><ruby></code> Element represents a ruby annotation. Ruby annotations are for showing pronunciation of East Asian characters.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/ruby">https://developer.mozilla.org/en/docs/Web/HTML/Element/ruby</a></p>
</div>
<div class="description group-text-semantics" id="sup">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/sup"><sup></a></h2>
<p>The HTML Superscript Element (<code><sup></code>) defines a span of text that should be displayed, for typographic reasons, higher, and often smaller, than the main span of text.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/sup">https://developer.mozilla.org/en/docs/Web/HTML/Element/sup</a></p>
</div>
<div class="description group-media" id="map">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/map"><map></a></h2>
<p>The HTML <code><map></code> element is used with <code><area></code> elements to define an image map (a clickable link area).</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/map">https://developer.mozilla.org/en/docs/Web/HTML/Element/map</a></p>
</div>
<div class="description group-script" id="canvas">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/canvas"><canvas></a></h2>
<p>The HTML <code><canvas></code> Element can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make photo compositions or even perform animations. You may (and should) provide alternate content inside the <code><canvas></code> block. That content will be rendered both on older browsers that don't support canvas and in browsers with JavaScript disabled.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/canvas">https://developer.mozilla.org/en/docs/Web/HTML/Element/canvas</a></p>
</div>
<div class="description group-table" id="colgroup">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/colgroup"><colgroup></a></h2>
<p>The HTML Table Column Group Element (<code><colgroup></code>) defines a group of columns within a table.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/colgroup">https://developer.mozilla.org/en/docs/Web/HTML/Element/colgroup</a></p>
</div>
<div class="description group-table" id="tr">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/tr"><tr></a></h2>
<p>The HTML element table row <code><tr></code> defines a row of cells in a table. Those can be a mix of <code><td></code> and <code><th></code> elements.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/tr">https://developer.mozilla.org/en/docs/Web/HTML/Element/tr</a></p>
</div>
<div class="description group-forms" id="label">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/label"><label></a></h2>
<p>The HTML Label Element (<code><label></code>) represents a caption for an item in a user interface. It can be associated with a control either by placing the control element inside the <code><label></code> element, or by using the for attribute. Such a control is called the labeled control of the label element. With one input can be assosiated few labels.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/label">https://developer.mozilla.org/en/docs/Web/HTML/Element/label</a></p>
</div>
<div class="description group-interactive" id="details">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/details"><details></a></h2>
<p>The HTML Details Element (<code><details></code>) is used as a disclosure widget from which the user can retrieve additional information.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/details">https://developer.mozilla.org/en/docs/Web/HTML/Element/details</a></p>
</div>
<div class="description group-metadata" id="title">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/title"><title></a></h2>
<p>The HTML <code><title></code> element defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/title">https://developer.mozilla.org/en/docs/Web/HTML/Element/title</a></p>
</div>
<div class="description group-sectioning" id="section">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/section"><section></a></h2>
<p>The HTML <code><section></code> element represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading. Each <code><section></code> should be identified, typically by including a heading (<code><h1></code>-<code><h6></code> element) as a child of the <code><section></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/section">https://developer.mozilla.org/en/docs/Web/HTML/Element/section</a></p>
</div>
<div class="description group-text-content" id="figure">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/figure"><figure></a></h2>
<p>The HTML <code><figure></code> element represents self-contained content, frequently with a caption (<code><figcaption></code>), and is typically referenced as a single unit. While it is related to the main flow, its position is independent of the main flow. Usually this is an image, an illustration, a diagram, a code snippet, or a schema that is referenced in the main text, but that can be moved to another page or to an appendix without affecting the main flow.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/figure">https://developer.mozilla.org/en/docs/Web/HTML/Element/figure</a></p>
</div>
<div class="description group-text-content" id="pre">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/pre"><pre></a></h2>
<p>The HTML <code><pre></code> element (or HTML Preformatted Text) represents preformatted text. Text within this element is typically displayed in a non-proportional font exactly as it is laid out in the file. Whitespaces inside this element are displayed as typed.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/pre">https://developer.mozilla.org/en/docs/Web/HTML/Element/pre</a></p>
</div>
<div class="description group-text-semantics" id="bdo">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/bdo"><bdo></a></h2>
<p>The HTML <code><bdo></code> Element (or HTML bidirectional override element) is used to override the current directionality of text. It causes the directionality of the characters to be ignored in favor of the specified directionality.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/bdo">https://developer.mozilla.org/en/docs/Web/HTML/Element/bdo</a></p>
</div>
<div class="description group-text-semantics" id="dfn">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dfn"><dfn></a></h2>
<p>The HTML Definition Element (<code><dfn></code>) represents the defining instance of a term.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dfn">https://developer.mozilla.org/en/docs/Web/HTML/Element/dfn</a></p>
</div>
<div class="description group-text-semantics" id="q">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/q"><q></a></h2>
<p>The HTML Quote Element (<code><q></code>) indicates that the enclosed text is a short inline quotation. This element is intended for short quotations that don't require paragraph breaks; for long quotations use <code><blockquote></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/q">https://developer.mozilla.org/en/docs/Web/HTML/Element/q</a></p>
</div>
<div class="description group-text-semantics" id="s">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/s"><s></a></h2>
<p>The HTML Strikethrough Element (<code><s></code>) renders text with a strikethrough, or a line through it. Use the <code><s></code> element to represent things that are no longer relevant or no longer accurate. However, <code><s></code> is not appropriate when indicating document edits; for that, use the <code><del></code> and <code><ins></code> elements, as appropriate.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/s">https://developer.mozilla.org/en/docs/Web/HTML/Element/s</a></p>
</div>
<div class="description group-text-semantics" id="time">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/time"><time></a></h2>
<p>The HTML <code><time></code> element represents either a time on a 24-hour clock or a precise date in the Gregorian calendar (with optional time and timezone information).</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/time">https://developer.mozilla.org/en/docs/Web/HTML/Element/time</a></p>
</div>
<div class="description group-media" id="track">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/track"><track></a></h2>
<p>The HTML <code><track></code> element is used as a child of the media elements—<code><audio></code> and <code><video></code>. It lets you specify timed text tracks (or time-based data), for example to automatically handle subtitles. The tracks are formatted in WebVTT format (.vtt files) — Web Video Text Tracks.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/track">https://developer.mozilla.org/en/docs/Web/HTML/Element/track</a></p>
</div>
<div class="description group-script" id="noscript">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/noscript"><noscript></a></h2>
<p>The HTML <code><noscript></code> Element defines a section of html to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/noscript">https://developer.mozilla.org/en/docs/Web/HTML/Element/noscript</a></p>
</div>
<div class="description group-table" id="table">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/table"><table></a></h2>
<p>The HTML Table Element (<code><table></code>) represents data in two dimensions or more.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/table">https://developer.mozilla.org/en/docs/Web/HTML/Element/table</a></p>
</div>
<div class="description group-forms" id="button">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/button"><button></a></h2>
<p>The HTML <code><button></code> Element represents a clickable button.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/button">https://developer.mozilla.org/en/docs/Web/HTML/Element/button</a></p>
</div>
<div class="description group-forms" id="legend">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/legend"><legend></a></h2>
<p>The HTML <code><legend></code> Element (or HTML Legend Field Element) represents a caption for the content of its parent <code><fieldset></code>.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/legend">https://developer.mozilla.org/en/docs/Web/HTML/Element/legend</a></p>
</div>
<div class="description group-interactive" id="dialog">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dialog"><dialog></a></h2>
<p>The HTML <code><dialog></code> element represents a dialog box or other interactive component, such as an inspector or window. <code><form></code> elements can be integrated within a dialog by specifying them with the attribute method="dialog". When such a form is submitted, the dialog is closed with a returnValue attribute set to the value of the submit button used.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dialog">https://developer.mozilla.org/en/docs/Web/HTML/Element/dialog</a></p>
</div>
<div class="description group-sectioning" id="address">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/address"><address></a></h2>
<p>The HTML <code><address></code> element supplies contact information for its nearest <code><article></code> or <code><body></code> ancestor; in the latter case, it applies to the whole document.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/address">https://developer.mozilla.org/en/docs/Web/HTML/Element/address</a></p>
</div>
<div class="description group-text-content" id="dd">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dd"><dd></a></h2>
<p>The HTML <code><dd></code> element (HTML Description Element) indicates the description of a term in a description list (<code><dl></code>) element. This element can occur only as a child element of a definition list and it must follow a <code><dt></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dd">https://developer.mozilla.org/en/docs/Web/HTML/Element/dd</a></p>
</div>
<div class="description group-text-content" id="hr">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/hr"><hr></a></h2>
<p>The HTML <code><hr></code> element represents a thematic break between paragraph-level elements (for example, a change of scene in a story, or a shift of topic with a section). In previous versions of HTML, it represented a horizontal rule. It may still be displayed as a horizontal rule in visual browsers, but is now defined in semantic terms, rather than presentational terms.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/hr">https://developer.mozilla.org/en/docs/Web/HTML/Element/hr</a></p>
</div>
<div class="description group-text-content" id="ul">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/ul"><ul></a></h2>
<p>The HTML <code><ul></code> element (or HTML Unordered List Element) represents an unordered list of items, namely a collection of items that do not have a numerical ordering, and their order in the list is meaningless. Typically, unordered-list items are displayed with a bullet, which can be of several forms, like a dot, a circle or a squared. The bullet style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type property.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/ul">https://developer.mozilla.org/en/docs/Web/HTML/Element/ul</a></p>
</div>
<div class="description group-text-semantics" id="br">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/br"><br></a></h2>
<p>The HTML element line break <code><br></code> produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/br">https://developer.mozilla.org/en/docs/Web/HTML/Element/br</a></p>
</div>
<div class="description group-text-semantics" id="em">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/em"><em></a></h2>
<p>The HTML element emphasis <code><em></code> marks text that has stress emphasis. The <code><em></code> element can be nested, with each level of nesting indicating a greater degree of emphasis.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/em">https://developer.mozilla.org/en/docs/Web/HTML/Element/em</a></p>
</div>
<div class="description group-text-semantics" id="rp">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/rp"><rp></a></h2>
<p>The HTML <code><rp></code> element is used to provide fall-back parenthesis for browsers non-supporting ruby annotations. Ruby annotations are for showing pronounciation of East Asian characters, like using Japanese furigana or Taiwainese bopomofo characters. The <code><rp></code> element is used in the case of lack of <code><ruby></code> element support its content has what should be displayed in order to indicate the presence of a ruby annotation, usually parentheses.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/rp">https://developer.mozilla.org/en/docs/Web/HTML/Element/rp</a></p>
</div>
<div class="description group-text-semantics" id="samp">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/samp"><samp></a></h2>
<p>The HTML <code><samp></code> element is an element intended to identify sample output from a computer program. It is usually displayed in the browser's default monotype font (such as Lucida Console).</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/samp">https://developer.mozilla.org/en/docs/Web/HTML/Element/samp</a></p>
</div>
<div class="description group-text-semantics" id="u">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/u"><u></a></h2>
<p>The HTML Underline Element (<code><u></code>) renders text with an underline, a line under the baseline of its content.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/u">https://developer.mozilla.org/en/docs/Web/HTML/Element/u</a></p>
</div>
<div class="description group-media" id="video">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/video"><video></a></h2>
<p>Use the HTML <code><video></code> element to embed video content in a document. The video element contains one or more video sources. To specify a video source, use either the src attribute or the <code><source></code> element; the browser will choose the most suitable one.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/video">https://developer.mozilla.org/en/docs/Web/HTML/Element/video</a></p>
</div>
<div class="description group-script" id="script">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/script"><script></a></h2>
<p>The HTML Script Element (<code><script></code>) is used to embed or reference an executable script within an HTML or XHTML document.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/script">https://developer.mozilla.org/en/docs/Web/HTML/Element/script</a></p>
</div>
<div class="description group-table" id="tbody">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/tbody"><tbody></a></h2>
<p>The HTML Table Body Element (<code><tbody></code>) defines one or more <code><tr></code> element data-rows to be the body of its parent <code><table></code> element (as long as no <code><tr></code> elements are immediate children of that table element.) In conjunction with a preceding <code><thead></code> and/or <code><tfoot></code> element, <code><tbody></code> provides additional semantic information for devices such as printers and displays. Of the parent table's child elements, <code><tbody></code> represents the content which, when longer than a page, will most likely differ for each page printed; while the content of <code><thead></code> and <code><tfoot></code> will be the same or similar for each page printed. For displays, <code><tbody></code> will enable separate scrolling of the <code><thead></code>, <code><tfoot></code>, and <code><caption></code> elements of the same parent <code><table></code> element. Note that unlike the <code><thead></code>, <code><tfoot></code>, and <code><caption></code> elements however, multiple <code><tbody></code> elements are permitted (if consecutive), allowing the data-rows in long tables to be divided into different sections, each separately formatted as needed.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/tbody">https://developer.mozilla.org/en/docs/Web/HTML/Element/tbody</a></p>
</div>
<div class="description group-forms" id="datalist">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/datalist"><datalist></a></h2>
<p>The HTML Datalist Element (<code><datalist></code>) contains a set of <code><option></code> elements that represent the values available for other controls.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/datalist">https://developer.mozilla.org/en/docs/Web/HTML/Element/datalist</a></p>
</div>
<div class="description group-forms" id="meter">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/meter"><meter></a></h2>
<p>The HTML <code><meter></code> Element represents either a scalar value within a known range or a fractional value.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/meter">https://developer.mozilla.org/en/docs/Web/HTML/Element/meter</a></p>
</div>
<div class="description group-interactive" id="menu">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/menu"><menu></a></h2>
<p>The HTML <code><menu></code> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/menu">https://developer.mozilla.org/en/docs/Web/HTML/Element/menu</a></p>
</div>
<div class="description group-sectioning" id="article">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/article"><article></a></h2>
<p>The HTML <code><article></code> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). This could be a forum post, a magazine or newspaper article, a blog entry, an object, or any other independent item of content. Each <code><article></code> should be identified, typically by including a heading (<code><h1></code>-<code><h6></code> element) as a child of the <code><article></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/article">https://developer.mozilla.org/en/docs/Web/HTML/Element/article</a></p>
</div>
<div class="description group-text-content" id="div">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/div"><div></a></h2>
<p>The HTML <code><div></code> element (or HTML Document Division Element) is the generic container for flow content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element (such as <code><article></code> or <code><nav></code>) is appropriate.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/div">https://developer.mozilla.org/en/docs/Web/HTML/Element/div</a></p>
</div>
<div class="description group-text-content" id="li">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/li"><li></a></h2>
<p>The HTML <code><li></code> element (or HTML List Item Element) is used to represent an item in a list. It must be contained in a parent element: an ordered list (<code><ol></code>), an unordered list (<code><ul></code>), or a menu (<code><menu></code>). In menus and unordered lists, list items are usually displayed using bullet points. In ordered lists, they are usually displayed with an ascending counter on the left, such as a number or letter.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/li">https://developer.mozilla.org/en/docs/Web/HTML/Element/li</a></p>
</div>
<div class="description group-text-semantics" id="abbr">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/abbr"><abbr></a></h2>
<p>The HTML <code><abbr></code> element (or HTML Abbreviation Element) represents an abbreviation and optionally provides a full description for it. If present, the title attribute must contain this full description and nothing else.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/abbr">https://developer.mozilla.org/en/docs/Web/HTML/Element/abbr</a></p>
</div>
<div class="description group-text-semantics" id="cite">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/cite"><cite></a></h2>
<p>The HTML Citation Element (<code><cite></code>) represents a reference to a creative work. It must include the title of a work or a URL reference, which may be in an abbreviated form according to the conventions used for the addition of citation metadata.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/cite">https://developer.mozilla.org/en/docs/Web/HTML/Element/cite</a></p>
</div>
<div class="description group-text-semantics" id="i">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/i"><i></a></h2>
<p>The HTML <code><i></code> Element represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/i">https://developer.mozilla.org/en/docs/Web/HTML/Element/i</a></p>
</div>
<div class="description group-text-semantics" id="rt">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/rt"><rt></a></h2>
<p>The HTML <code><rt></code> Element embraces pronunciation of characters presented in a ruby annotations, which are used to describe the pronunciation of East Asian characters. This element is always used inside a <code><ruby></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/rt">https://developer.mozilla.org/en/docs/Web/HTML/Element/rt</a></p>
</div>
<div class="description group-text-semantics" id="small">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/small"><small></a></h2>
<p>The HTML Small Element (<code><small></code>) makes the text font size one size smaller (for example, from large to medium, or from small to x-small) down to the browser's minimum font size. In HTML5, this element is repurposed to represent side-comments and small print, including copyright and legal text, independent of its styled presentation.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/small">https://developer.mozilla.org/en/docs/Web/HTML/Element/small</a></p>
</div>
<div class="description group-text-semantics" id="var">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/var"><var></a></h2>
<p>The HTML Variable Element (<code><var></code>) represents a variable in a mathematical expression or a programming context.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/var">https://developer.mozilla.org/en/docs/Web/HTML/Element/var</a></p>
</div>
<div class="description group-embedded" id="embed">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/embed"><embed></a></h2>
<p>The HTML <code><embed></code> Element represents an integration point for an external application or interactive content (in other words, a plug-in).</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/embed">https://developer.mozilla.org/en/docs/Web/HTML/Element/embed</a></p>
</div>
<div class="description group-edits" id="del">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/del"><del></a></h2>
<p>The HTML Deleted Text Element (<code><del></code>) represents a range of text that has been deleted from a document. This element is often (but need not be) rendered with strike-through text.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/del">https://developer.mozilla.org/en/docs/Web/HTML/Element/del</a></p>
</div>
<div class="description group-table" id="td">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/td"><td></a></h2>
<p>The Table cell HTML element (<code><td></code>) defines a cell of a table that contains data. It participates in the table model.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/td">https://developer.mozilla.org/en/docs/Web/HTML/Element/td</a></p>
</div>
<div class="description group-forms" id="fieldset">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/fieldset"><fieldset></a></h2>
<p>The HTML <code><fieldset></code> element is used to group several controls as well as labels (<code><label></code>) within a web form.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/fieldset">https://developer.mozilla.org/en/docs/Web/HTML/Element/fieldset</a></p>
</div>
<div class="description group-forms" id="optgroup">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/optgroup"><optgroup></a></h2>
<p>In a Web form, the HTML <code><optgroup></code> element creates a grouping of options within a <code><select></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/optgroup">https://developer.mozilla.org/en/docs/Web/HTML/Element/optgroup</a></p>
</div>
<div class="description group-interactive" id="menuitem">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/menuitem"><menuitem></a></h2>
<p>The HTML <code><menuitem></code> element represents a command that a user is able to invoke through a popup menu. This includes context menus, as well as menus that might be attached to a menu button.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/menuitem">https://developer.mozilla.org/en/docs/Web/HTML/Element/menuitem</a></p>
</div>
<div class="description group-sectioning" id="footer">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/footer"><footer></a></h2>
<p>The HTML <code><footer></code> element represents a footer for its nearest sectioning content or sectioning root element. A footer typically contains information about the author of the section, copyright data or links to related documents.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/footer">https://developer.mozilla.org/en/docs/Web/HTML/Element/footer</a></p>
</div>
<div class="description group-text-content" id="dl">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dl"><dl></a></h2>
<p>The HTML <code><dl></code> element (or HTML Description List Element) encloses a list of pairs of terms and descriptions. Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dl">https://developer.mozilla.org/en/docs/Web/HTML/Element/dl</a></p>
</div>
<div class="description group-text-content" id="main">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/main"><main></a></h2>
<p>The HTML <code><main></code> element represents the main content of the <code><body></code> of a document or application. The main content area consists of content that is directly related to, or expands upon the central topic of a document or the central functionality of an application. This content should be unique to the document, excluding any content that is repeated across a set of documents such as sidebars, navigation links, copyright information, site logos, and search forms (unless the document's main function is as a search form).</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/main">https://developer.mozilla.org/en/docs/Web/HTML/Element/main</a></p>
</div>
<div class="description group-text-semantics" id="b">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/b"><b></a></h2>
<p>The HTML <code><b></code> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance. It is typically used for keywords in a summary, product names in a review, or other spans of text whose typical presentation would be boldfaced. Another example of its use is to mark the lead sentence of each paragraph of an article.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/b">https://developer.mozilla.org/en/docs/Web/HTML/Element/b</a></p>
</div>
<div class="description group-text-semantics" id="code">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/code"><code></a></h2>
<p>The HTML Code Element <code><code></code> represents a fragment of computer code. By default, it is displayed in the browser's default monospace font.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/code">https://developer.mozilla.org/en/docs/Web/HTML/Element/code</a></p>
</div>
<div class="description group-text-semantics" id="kbd">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/kbd"><kbd></a></h2>
<p>The HTML Keyboard Input Element (<code><kbd></code>) represents user input and produces an inline element displayed in the browser's default monospace font.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/kbd">https://developer.mozilla.org/en/docs/Web/HTML/Element/kbd</a></p>
</div>
<div class="description group-text-semantics" id="rtc">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/rtc"><rtc></a></h2>
<p>The HTML <code><rtc></code> Element embraces semantic annotations of characters presented in a ruby of <code><rb></code> elements used inside of <code><ruby></code> element. <code><rb></code> elements can have both pronunciation (<code><rt></code>) and semantic (<code><rtc></code>) annotations.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/rtc">https://developer.mozilla.org/en/docs/Web/HTML/Element/rtc</a></p>
</div>
<div class="description group-text-semantics" id="span">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/span"><span></a></h2>
<p>The HTML <code><span></code> element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <code><span></code> is very much like a <code><div></code> element, but <code><div></code> is a block-level element whereas a <code><span></code> is an inline element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/span">https://developer.mozilla.org/en/docs/Web/HTML/Element/span</a></p>
</div>
<div class="description group-text-semantics" id="wbr">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/wbr"><wbr></a></h2>
<p>The HTML element word break opportunity <code><wbr></code> represents a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/wbr">https://developer.mozilla.org/en/docs/Web/HTML/Element/wbr</a></p>
</div>
<div class="description group-embedded" id="object">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/object"><object></a></h2>
<p>The HTML Embedded Object Element (<code><object></code>) represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/object">https://developer.mozilla.org/en/docs/Web/HTML/Element/object</a></p>
</div>
<div class="description group-edits" id="ins">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/ins"><ins></a></h2>
<p>The HTML <code><ins></code> Element (or HTML Inserted Text) HTML represents a range of text that has been added to a document.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/ins">https://developer.mozilla.org/en/docs/Web/HTML/Element/ins</a></p>
</div>
<div class="description group-table" id="tfoot">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/tfoot"><tfoot></a></h2>
<p>The HTML Table Foot Element (<code><tfoot></code>) defines a set of rows summarizing the columns of the table.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/tfoot">https://developer.mozilla.org/en/docs/Web/HTML/Element/tfoot</a></p>
</div>
<div class="description group-forms" id="form">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/form"><form></a></h2>
<p>The HTML <code><form></code> element represents a document section that contains interactive controls to submit information to a web server.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/form">https://developer.mozilla.org/en/docs/Web/HTML/Element/form</a></p>
</div>
<div class="description group-forms" id="option">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/option"><option></a></h2>
<p>In a Web form, the HTML <code><option></code> element is used to create a control representing an item within a <code><select></code>, an <code><optgroup></code> or a <code><datalist></code> HTML5 element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/option">https://developer.mozilla.org/en/docs/Web/HTML/Element/option</a></p>
</div>
<div class="description group-interactive" id="summary">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/summary"><summary></a></h2>
<p>The HTML summary element (<code><summary></code>) is used as a summary, caption, or legend for the content of a <code><details></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/summary">https://developer.mozilla.org/en/docs/Web/HTML/Element/summary</a></p>
</div>
<div class="description group-sectioning" id="header">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/header"><header></a></h2>
<p>The HTML <code><header></code> element represents a group of introductory or navigational aids. It may contain some heading elements but also other elements like a logo, wrapped section's header, a search form, and so on.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/header">https://developer.mozilla.org/en/docs/Web/HTML/Element/header</a></p>
</div>
<div class="description group-text-content" id="dt">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dt"><dt></a></h2>
<p>The HTML <code><dt></code> element (or HTML Definition Term Element) identifies a term in a definition list. This element can occur only as a child element of a <code><dl></code>. It is usually followed by a <code><dd></code> element; however, multiple <code><dt></code> elements in a row indicate several terms that are all defined by the immediate next <code><dd></code> element.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/dt">https://developer.mozilla.org/en/docs/Web/HTML/Element/dt</a></p>
</div>
<div class="description group-text-content" id="ol">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/ol"><ol></a></h2>
<p>The HTML <code><ol></code> Element (or HTML Ordered List Element) represents an ordered list of items. Typically, ordered-list items are displayed with a preceding numbering, which can be of any form, like numerals, letters or Romans numerals or even simple bullets. This numbered style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type property.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/ol">https://developer.mozilla.org/en/docs/Web/HTML/Element/ol</a></p>
</div>
<div class="description group-web-components" id="content">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/content"><content></a></h2>
<p>The HTML <code><content></code> element is used inside of Shadow DOM as an insertion point. It is not intended to be used in ordinary HTML. It is used with Web Components.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/content">https://developer.mozilla.org/en/docs/Web/HTML/Element/content</a></p>
</div>
<div class="description group-web-components" id="element">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/element"><element></a></h2>
<p>The HTML <code><element></code> element is used to define new custom DOM elements.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/element">https://developer.mozilla.org/en/docs/Web/HTML/Element/element</a></p>
</div>
<div class="description group-web-components" id="shadow">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/shadow"><shadow></a></h2>
<p>The HTML <code><shadow></code> element is used as a shadow DOM insertion point. You might use it if you have created multiple shadow roots under a shadow host. It is not useful in ordinary HTML. It is used with Web Components.</p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/shadow">https://developer.mozilla.org/en/docs/Web/HTML/Element/shadow</a></p>
</div>
<div class="description group-web-components" id="template">
<h2><a href="https://developer.mozilla.org/en/docs/Web/HTML/Element/template"><template></a></h2>
<p>The HTML template element <code><template></code> is a mechanism for holding client-side content that is not to be rendered when a page is loaded but may subsequently be instantiated during runtime using JavaScript. </p>
<p><a class="moz-link" href="https://developer.mozilla.org/en/docs/Web/HTML/Element/template">https://developer.mozilla.org/en/docs/Web/HTML/Element/template</a></p>
</div>
</div>
</main>
<a href="//zyke.me">By ZykeNetwork</a>
</body>
</html>