-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample2.html
More file actions
34 lines (34 loc) · 1.39 KB
/
Copy pathexample2.html
File metadata and controls
34 lines (34 loc) · 1.39 KB
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
<!DOCTYPE html>
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Footnote Example 2</title>
</head>
<body>
<section>
<h2>Here is a section</h2>
<p>In this example content there are references to other documents
<noteref note="bib-dpub-aria"></noteref>. It is possible to have many of these
references to support the easy use of whatever style of bibliography the author likes
<noteref note="bib-html5"></noteref>
</p>
</section>
<section id="normative-references">
<h3 id="h-normative-references">A. Normative references</h3>
<notegroup group="bibliography" type="none">
<note id="bib-dpub-aria" title="DPUB-ARIA-1.0">
[DPUB-ARIA-1.0] Matt Garrish; Tzviya Siegman; Markus Gylling; Shane McCarron. W3C.
<a href="http://www.w3.org/TR/dpub-aria-1.0/"><cite>Digital Publishing WAI-ARIA Module 1.0</cite></a>.
17 March 2016. W3C Working Draft.
URL: <a href="http://www.w3.org/TR/dpub-aria-1.0/">http://www.w3.org/TR/dpub-aria-1.0/</a>
</note>
<note id="bib-html5" title="HTML5">[HTML5]
Ian Hickson; Robin Berjon; Steve Faulkner; Travis Leithead;
Erika Doyle Navara; Edward O'Connor; Silvia Pfeiffer. W3C.
<a href="http://www.w3.org/TR/html5/"><cite>HTML5</cite></a>.
28 October 2014. W3C Recommendation.
URL: <a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a>
</note>
</notegroup>
</section>
</body>
</html>