Created
February 18, 2020 20:42
-
-
Save princePeterHansen/b65f14a90f4d59842e4f73edf4c8ef15 to your computer and use it in GitHub Desktop.
Example of book element markup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<article class="product_pod"> | |
<div class="image_container"> | |
<a href="catalogue/a-light-in-the-attic_1000/index.html"><img | |
src="media/cache/2c/da/2cdad67c44b002e7ead0cc35693c0e8b.jpg" alt="A Light in the Attic" | |
class="thumbnail" /></a> | |
</div> | |
<h3> | |
<a href="catalogue/a-light-in-the-attic_1000/index.html" title="A Light in the Attic">A Light in the ...</a> | |
</h3> | |
<div class="product_price"> | |
<p class="price_color">£51.77</p> | |
<p class="instock availability"> | |
<i class="icon-ok"></i> | |
In stock | |
</p> | |
<form> | |
<button type="submit" class="btn btn-primary btn-block" data-loading-text="Adding..."> | |
Add to basket | |
</button> | |
</form> | |
</div> | |
</article> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment