-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
725 lines (721 loc) · 30 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
724
725
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Matt's CSS Boilerplate</title>
<meta name="description" content="A simple, modern CSS boilerplate">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
<link rel="stylesheet" href="src/_01-tokens.css">
<link rel="stylesheet" href="src/_02-reset.css">
<link rel="stylesheet" href="src/_03-core.css">
<link rel="stylesheet" href="src/_04-forms.css">
<link rel="stylesheet" href="src/_05-layout.css">
<link rel="stylesheet" href="src/_06-animation.css">
<link rel="stylesheet" href="src/_07-components.css">
<link rel="stylesheet" href="src/_08-utilities.css">
-->
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="top" role="document">
<div class="page">
<header class="page__header layout--flow">
<div class="layout--flow container--wide section">
<h1>HTML5 Test Page</h1>
<p>This is a test page filled with common HTML elements to be used to provide visual feedback whilst building CSS systems and frameworks.</p>
<p>I've made a couple of modifications to the template, but credit goes to Chris Bracco on [GitHub](https://github.com/cbracco/html5-test-page/tree/master) for a really well structured html test page.</p>
</div>
</header>
<main class="page__content layout--flow-double">
<section id="text" class="container layout--flow-double">
<article id="text__headings" class="layout--flow">
<header>
<h2>Headings</h2>
</header>
<div class="layout--flow">
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__paragraphs" class="layout--flow">
<header>
<h2>Paragraphs</h2>
</header>
<div class="layout--flow">
<p>A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.</p>
<p>A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.</p>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__blockquotes" class="layout--flow">
<header>
<h2>Blockquote</h2>
</header>
<div class="layout--flow">
<blockquote>
<p>A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.</p>
<p>It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.</p>
<cite><a href="#!">Said no one, ever.</a></cite>
</blockquote>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__lists" class="layout--flow">
<header>
<h2>Lists</h2>
</header>
<div class="layout--flow">
<h3>Definition list</h3>
<dl>
<dt>Definition List Title</dt>
<dd>This is a definition list division.</dd>
</dl>
<h3>Ordered List</h3>
<ol>
<li>List Item 1</li>
<li>
List Item 2
<ol>
<li>List Item 1</li>
<li>
List Item 2
<ol>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ol>
</li>
<li>List Item 3</li>
</ol>
</li>
<li>List Item 3</li>
</ol>
<h3>Unordered List</h3>
<ul>
<li>List Item 1</li>
<li>
List Item 2
<ul>
<li>List Item 1</li>
<li>
List Item 2
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
</li>
<li>List Item 3</li>
</ul>
</li>
<li>List Item 3</li>
</ul>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__details" class="layout--flow">
<header>
<h2>Details & Summary</h2>
</header>
<details>
<summary>Expand for details</summary>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum, odio! Odio natus ullam ad quaerat, eaque
necessitatibus, aliquid distinctio similique voluptatibus dicta consequuntur animi. Quaerat facilis quidem
unde eos! Ipsa.</p>
</details>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__address" class="layout--flow">
<header>
<h2>Address</h2>
</header>
<address>
Written by <a href="mailto:[email protected]">Jon Doe</a>.<br>
Visit us at:<br>
Example.com<br>
Box 564, Disneyland<br>
USA
</address>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__hr" class="layout--flow">
<header>
<h2>Horizontal rules</h2>
</header>
<div>
<hr>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__tables" class="layout--flow">
<header>
<h2>Tabular data</h2>
</header>
<div class="table-wrapper">
<table>
<caption>Table Caption</caption>
<thead>
<tr>
<th>Table Heading 1</th>
<th>Table Heading 2</th>
<th>Table Heading 3</th>
<th>Table Heading 4</th>
<th>Table Heading 5</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Table Footer 1</th>
<th>Table Footer 2</th>
<th>Table Footer 3</th>
<th>Table Footer 4</th>
<th>Table Footer 5</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Table Cell 1</td>
<td>Table Cell 2</td>
<td>Table Cell 3</td>
<td>Table Cell 4</td>
<td>Table Cell 5</td>
</tr>
<tr>
<td>Table Cell 1</td>
<td>Table Cell 2</td>
<td>Table Cell 3</td>
<td>Table Cell 4</td>
<td>Table Cell 5</td>
</tr>
<tr>
<td>Table Cell 1</td>
<td>Table Cell 2</td>
<td>Table Cell 3</td>
<td>Table Cell 4</td>
<td>Table Cell 5</td>
</tr>
<tr>
<td>Table Cell 1</td>
<td>Table Cell 2</td>
<td>Table Cell 3</td>
<td>Table Cell 4</td>
<td>Table Cell 5</td>
</tr>
</tbody>
</table>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__code" class="layout--flow">
<header>
<h2>Code</h2>
</header>
<div class="layout--flow">
<p><strong>Keyboard input:</strong> <kbd>Cmd</kbd></p>
<p><strong>Inline code:</strong> <code><div>code</div></code></p>
<p><strong>Sample output:</strong> <samp>This is sample output from a computer program.</samp></p>
<h3>Pre-formatted text</h3>
<pre>P R E F O R M A T T E D T E X T
! " # $ % & ' ( ) * + , - . /
0 1 2 3 4 5 6 7 8 9 : ; < = > ?
@ A B C D E F G H I J K L M N O
P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o
p q r s t u v w x y z { | } ~ </pre>
<h3>Codeblock</h3>
<p>A codeblock can be created by wrapping a <code>code</code> element with a <code>pre</code> element.</p>
<pre><code><html>
<head>
<title>Sample HTML Page</title>
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html></code></pre>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="text__inline" class="layout--flow">
<header>
<h2>Inline elements</h2>
</header>
<div class="layout--flow">
<p><a href="#!">This is a text link</a>.</p>
<p><strong>Strong is used to indicate strong importance.</strong></p>
<p><em>This text has added emphasis.</em></p>
<p>The <b>b element</b> is stylistically different text from normal text, without any special importance.
</p>
<p>The <i>i element</i> is text that is offset from the normal text.</p>
<p>The <u>u element</u> is text with an unarticulated, though explicitly rendered, non-textual annotation.
</p>
<p><del>This text is deleted</del> and <ins>This text is inserted</ins>.</p>
<p><s>This text has a strikethrough</s>.</p>
<p>Superscript<sup>®</sup>.</p>
<p>Subscript for things like H<sub>2</sub>O.</p>
<p><small>This small text is small for fine print, etc.</small></p>
<p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr></p>
<p>“<q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation.</q>”</p>
<p><cite>This is a citation.</cite></p>
<p>The <dfn>dfn element</dfn> indicates a definition.</p>
<p>The <mark>mark element</mark> indicates a highlight.</p>
<p>The <var>variable element</var>, such as <var>x</var> = <var>y</var>.</p>
<p>The time element: <time datetime="2013-04-06T12:32+00:00">2 weeks ago</time></p>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
</section>
<section id="embedded" class="container layout--flow">
<article id="embedded__images" class="layout--flow">
<header>
<h2>Images</h2>
</header>
<div class="layout--flow">
<h3>Plain <code><img></code> element</h3>
<img src="https://picsum.photos/seed/1/500/300" alt="Photo of a kitten">
<h3><code><figure></code> element with <code><img></code> element</h3>
<figure>
<img src="https://picsum.photos/seed/2/500/300" alt="Photo of a kitten">
</figure>
<h3><code><figure></code> element with <code><img></code> and <code><figcaption></code>
elements</h3>
<figure>
<img src="https://picsum.photos/seed/3/500/300" alt="Photo of a kitten">
<figcaption>Here is a caption for this image.</figcaption>
</figure>
<h3><code><figure></code> element with a <code><picture></code> element</h3>
<figure>
<picture>
<source srcset="https://picsum.photos/seed/4/800/300" media="(min-width: 800px)">
<img src="https://picsum.photos/400/200" alt="Photo of a kitten" />
</picture>
</figure>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="embedded__audio" class="layout--flow">
<header>
<h2>Audio</h2>
</header>
<div><audio controls="">audio</audio></div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="embedded__video" class="layout--flow">
<header>
<h2>Video</h2>
</header>
<div><video controls="">video</video></div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="embedded__meter" class="layout--flow">
<header>
<h2>Meter</h2>
</header>
<div class="layout--flow">
<h3>Sub sub-optimum</h3>
<meter
min="0"
low="30"
optimum="75"
high="55"
max="100"
value="10"
>25 out of 100</meter>
<h3>Sub optimum</h3>
<meter
min="0"
low="30"
optimum="75"
high="55"
max="100"
value="50"
>50 out of 100</meter>
<h3>Optimum</h3>
<meter
min="0"
low="30"
optimum="75"
high="55"
max="100"
value="75"
>75 out of 100</meter>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="embedded__progress" class="layout--flow">
<header>
<h2>Progress</h2>
</header>
<div class="layout--flow">
<p>Indeterminate progress bars can not really be styled, so I've left that alone. If you know of a way to get an animated indeterminate progress bar, please let me know!</p>
<p>If you need this kind of progress bar, I would suggest creating a loading bar component that includes the progress element for benefit of accessibility technology but have it visually represented with a styled div.</p>
<progress>progress</progress>
<progress value="50" max="100">50%</progress>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="embedded__iframe" class="layout--flow">
<header>
<h2>IFrame</h2>
</header>
<div class="layout--flow">
<p>By default, <code>iframe</code> and other embed containers like <code>object</code> and <code>embed</code> are left unstyled beyond the global reset. An <code>.embed-wrapper</code> class is provided to control the aspect ratio of the embedded material while filling the available width. The aspect ratio defaults to 16/9 but you can change this by adjusting the <var>--aspect-ratio</var> variable for that element.</p>
<p>The border added to this iframe is the result of an inline style. The aspect ratio on this iframe has also been adjusted to 2/1 as an example.</p>
<div class="embed-wrapper" style="--aspect-ratio: 2/1; border: 5px solid var(--color_text--default)">
<iframe src="layout.html" height="300"></iframe>
</div>
<p>The page embedded here was from a test I was doing for the layout system included in this boilerplate! <a href="layout.html">You can check it out here</a>.</p>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
</section>
<section id="forms" class="container layout--flow-double">
<article id="forms__input" class="layout--flow">
<header>
<h2>Form elements</h2>
</header>
<div class="layout--flow">
<p>Additional features such as validation and automatic required labels are included for forms structured so that each label and input pair are wrapped in a div with the <code>form-field</code> class.</p>
<pre><code><form>
<div class="form-field">
<label for="input__text">Text Input</label>
<input id="input__text" type="text" placeholder="Text Input" required>
</div>
<form></code></pre>
<p>If using a library for forms, you may want to delete the form styles from this boilerplate or heavily alter them.</p>
<h3>Input fields</h3>
<form class="layout--flow">
<div class="form-field">
<label for="input__text">Text Input</label>
<input id="input__text" type="text" placeholder="Text Input" required>
</div>
<div class="form-field">
<label for="input__password">Password</label>
<input type="password" placeholder="Type your Password">
</div>
<div class="form-field">
<label for="input__webaddress">Web Address</label>
<input id="input__webaddress" type="url" placeholder="https://yoursite.com">
</div class="form-field">
<div class="form-field">
<label for="input__email">Email Address</label>
<input id="input__email" type="email" placeholder="[email protected]">
</div>
<div class="form-field">
<label for="input__phone">Phone Number</label>
<input id="input__phone" type="tel" placeholder="(999) 999-9999">
</div>
<div class="form-field">
<label for="input__search">Search</label>
<input id="input__search" type="search" placeholder="Enter Search Term">
</div>
<div class="form-field">
<label for="input__number">Number Input</label>
<input id="input__number" type="number" placeholder="Enter a Number">
</div>
<div class="form-field">
<label for="input__file">File Input</label>
<input id="input__file" type="file" required>
</div>
</form>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="forms__select" class="layout--flow">
<header>
<h2>Select menus</h2>
</header>
<div class="layout--flow">
<form class="layout--flow">
<div class="form-field">
<label for="select">Select</label>
<select id="select" required>
<optgroup label="Option Group">
<option>Option One</option>
<option>Option Two</option>
<option>Option Three</option>
</optgroup>
</select>
</div>
<div class="form-field">
<label for="select_multiple">Select (multiple)</label>
<select id="select_multiple" multiple="multiple">
<optgroup label="Option Group">
<option>Option One</option>
<option>Option Two</option>
<option>Option Three</option>
</optgroup>
</select>
</div>
</form>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="forms__checkbox" class="layout--flow">
<header>
<h2>Checkboxes</h2>
</header>
<div class="layout--flow">
<fieldset id="forms__checkbox">
<legend>Legend</legend>
<ul>
<li>
<label for="checkbox1"><input id="checkbox1" name="checkbox" type="checkbox" checked="checked"> Choice A</label>
</li>
<li>
<label for="checkbox2"><input id="checkbox2" name="checkbox" type="checkbox"> Choice B</label>
</li>
<li>
<label for="checkbox3"><input id="checkbox3" name="checkbox" type="checkbox"> Choice C</label>
</li>
</ul>
</fieldset>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="forms__checkbox" class="layout--flow">
<header>
<h2>Radio buttons</h2>
</header>
<div class="layout--flow">
<fieldset id="forms__checkbox">
<legend>Legend</legend>
<ul>
<li><label for="radio1"><input id="radio1" name="radio" type="radio" checked="checked"> Option 1</label>
</li>
<li><label for="radio2"><input id="radio2" name="radio" type="radio"> Option 2</label></li>
<li><label for="radio3"><input id="radio3" name="radio" type="radio"> Option 3</label></li>
</ul>
</fieldset>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="forms__textareas" class="layout--flow">
<header>
<h2>Textarea</h2>
</header>
<div class="layout--flow">
<form>
<div class="form-field">
<label for="textarea">Textarea</label>
<textarea id="textarea" placeholder="Enter your message here"></textarea>
</div>
</form>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="forms__html5" class="layout--flow">
<header>
<h2>HTML5 inputs</h2>
</header>
<div class="layout--flow">
<form class="layout--flow">
<div class="form-field">
<label for="ic">Color input</label>
<input type="color" id="ic" value="#000000">
</div>
<div class="form-field">
<label for="idd">Date input</label>
<input type="date" id="idd" value="1970-01-01">
</div>
<div class="form-field">
<label for="idm">Month input</label>
<input type="month" id="idm" value="1970-01">
</div>
<div class="form-field">
<label for="idw">Week input</label>
<input type="week" id="idw" value="1970-W01">
</div>
<div class="form-field">
<label for="idt">Datetime input</label>
<input type="datetime" id="idt" value="1970-01-01T00:00:00Z">
</div>
<div class="form-field">
<label for="idtl">Datetime-local input</label>
<input type="datetime-local" id="idtl" value="1970-01-01T00:00">
</div>
</form>
</div>
</article>
<article id="forms__datalist" class="layout--flow">
<header>
<h2>DataList</h2>
</header>
<div class="layout--flow">
<form class="layout--flow">
<div class="form-field">
<label for="idl">Label</label>
<input type="text" id="idl" list="example-list">
<datalist id="example-list">
<option value="Example #1" />
<option value="Example #2" />
<option value="Example #3" />
</datalist>
</div>
</form>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="forms__range" class="layout--flow">
<header>
<h2>Range</h2>
</header>
<div class="layout--flow">
<form class="layout--flow">
<div class="form-field">
<label for="ir">Range input</label>
<input type="range" id="ir" value="10">
</div>
</form>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
<article id="forms__action" class="layout--flow">
<header>
<h2>Action buttons</h2>
</header>
<div class="layout--flow">
<form class="layout--flow">
<div class="layout--flow">
<div>
<input type="button" value="input (button)">
<button>button</button>
</div>
<div>
<input type="submit" value="input (submit)">
<button type="submit">button (submit)</button>
</div>
<div>
<input type="reset" value="input (reset)">
<button type="reset">button (reset)</button>
</div>
<div>
<input type="button" value="input (button - disabled)" disabled>
<button disabled>button (disabled)</button>
</div>
<div>
<input type="reset" value="input (reset - disabled)" disabled>
<button type="reset" disabled>button (reset - disabled)</button>
</div>
<div>
<a class="button">anchor (.button)</a>
<a class="button--secondary">anchor (.button--secondary)</a>
</div>
<div>
<span class="button">span (.button)</span>
<span class="button--secondary">span (.button--secondary)</span>
</div>
</div>
</form>
</div>
<footer>
<p><a href="#top">[Top]</a></p>
</footer>
</article>
</section>
</main>
<nav class="page__sidebar">
<div class="container">
<ul>
<li>
<a href="#text">Text</a>
<ul>
<li><a href="#text__headings">Headings</a></li>
<li><a href="#text__paragraphs">Paragraphs</a></li>
<li><a href="#text__blockquotes">Blockquotes</a></li>
<li><a href="#text__lists">Lists</a></li>
<li><a href="#text__details">Details / Summary</a></li>
<li><a href="#text__address">Address</a></li>
<li><a href="#text__hr">Horizontal rules</a></li>
<li><a href="#text__tables">Tabular data</a></li>
<li><a href="#text__code">Code</a></li>
<li><a href="#text__inline">Inline elements</a></li>
</ul>
</li>
<li>
<a href="#embedded">Embedded content</a>
<ul>
<li><a href="#embedded__images">Images</a></li>
<li><a href="#embedded__audio">Audio</a></li>
<li><a href="#embedded__video">Video</a></li>
<li><a href="#embedded__meter">Meter</a></li>
<li><a href="#embedded__progress">Progress</a></li>
<li><a href="#embedded__iframe">IFrames</a></li>
</ul>
</li>
<li>
<a href="#forms">Form elements</a>
<ul>
<li><a href="#forms__input">Input fields</a></li>
<li><a href="#forms__select">Select menus</a></li>
<li><a href="#forms__checkbox">Checkboxes</a></li>
<li><a href="#forms__radio">Radio buttons</a></li>
<li><a href="#forms__textareas">Textareas</a></li>
<li><a href="#forms__html5">HTML5 inputs</a></li>
<li><a href="#forms__datalist">Datalist</a></li>
<li><a href="#forms__range">Range</a></li>
<li><a href="#forms__action">Action buttons</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
<footer>
<p>Matt McAdams</p>
</footer>
</div>
</body>
</html>