7.2. Element appendix
Specifies an appendix of the ebook.
Content model
(head? , body? , related* , section*)
Attributes
| Name | Data type | Default value | 
|---|---|---|
| href | anyURImin. length: 1 | |
| pagename | tokenmin. length: 1 | |
| samepage | boolean | " false" | 
| xml:base | anyURI | |
| xml:id | ID | |
| xml:lang | languageor "" (the empty string) | . | 
Other attributes: XHTML5 global attributes, including any attribute having
  a name starting with "data-".
Parents
The following elements contain appendix: appendices, book.
Children
The following elements occur in appendix: body, head, related, section.
Example
| 1 2 3 4 5 6 | <appendices pagename="Appendixes"> <appendix href="pages/known_problems.html"/> <appendix href="pages/error_list.html"> <section href="pages/report_error.html"/> </chapter> </part> |