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
|
.. include:: data/standard.rst
.. include:: data/header_footer.rst
.. include:: data/table_colspan.rst
.. include:: data/table_rowspan.rst
.. include:: data/table_complex.rst
.. include:: data/list_table.rst
.. include:: data/custom_roles.rst
.. include:: data/html5-features.rst
.. include:: data/html5-text-level-tags.rst
.. include:: data/svg_images.rst
.. include:: data/errors.rst
.. footer:: |HTML 5| |validator| |valid-CSS2|
.. |HTML 5| image:: http://www.w3.org/html/logo/badge/html5-badge-h-css3-semantics.png
:height: 31
:width: 88
:alt: Conforms to HTML 5
:target: http://www.w3.org/TR/html5/
.. |validator| image:: https://www.w3.org/Icons/ValidatorSuite/vs-blue-190.png
:height: 31
:width: 88
:alt: Check validity!
:target: http://validator.w3.org/check?uri=referer
.. |valid-CSS2| image:: http://jigsaw.w3.org/css-validator/images/vcss
:height: 31
:width: 88
:alt: Valid CSS 2.1!
:target: http://jigsaw.w3.org/css-validator/check/referer
|