1<?xml version="1.0" encoding="utf-8" standalone="no"?> 2<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="en" lang="en"> 3 <head> 4 <title>Cover</title> 5 <style type="text/css"> 6 img{ 7 max-width:100%; 8 } 9 </style> 10 </head> 11 <body> 12 <figure id="cover-image"> 13 <img src="covers/9781449328030_lrg.jpg" alt="First Edition"/> 14 </figure> 15 <epub:title id="epubTitle">Check</epub:title> 16 <x:section xmlns:x="urn:test"> 17 <x:title id="xTitle">Another</x:title> 18 Section Text. 19 </x:section> 20 21 <svg xmlns="http://www.w3.org/2000/svg"> 22 <path> 23 123 24 <clip xmlns="http://example.com/clip">456</clip> 25 </path> 26 </svg> 27 <picture><img /></picture> 28 29 </body> 30</html> 31