Book

Markup

<div class="Book" itemscope itemtype="http://schema.org/Book">
        
    <meta itemprop="bookFormat" content="EBook/DAISY3" />
    
    <img src="https://www.fillmurray.com/300/300" srcset="https://www.fillmurray.com/300/300 1x, https://www.fillmurray.com/600/600 2x" itemprop="image" alt="Photo of Bill Murray" />
    
    <h3 class="Book-title" itemprop="name">War &amp; Peace</h3>
    
    <p class="Book-author" itemprop="author" itemscope itemtype="http://schema.org/Person">
        <span itemprop="name">Leo Tolstoy</span>
    </p>
    
    <p class="Book-description" itemprop="description">
        So far, this book is really really boring.
    </p>

</div>