UNPKG

@evidentpoint/readium-css

Version:

A set of reference stylesheets for EPUB Reading Systems

44 lines (37 loc) 631 B
<!doctype html> <html> <head> <title>Flow Content</title> </head> <body> <header> <h1>Header</h1> <p>With a lede</p> </header> <blockquote> <p>Blockquote</p> </blockquote> <pre> Preformatted text </pre> <hr /> <div> Division </div> <form> <fieldset> <legend>Form with legend</legend> </fieldset> </form> <figure> <img alt="" src="media/img.jpg" /> <figcaption> Figcaption </figcaption> </figure> <footer> Footer <address>Address</address> </footer> </body> </html>