Sha256: e6d55880abd81372e99c72b1fe0331b85d349fc112a6b5eee9abd5e8cc0f9117
Contents?: true
Size: 678 Bytes
Versions: 1
Compression:
Stored size: 678 Bytes
Contents
<div class="section" id="images"> <h3>Adding images</h3> <p>Images proliferate on the Web. It wasn't until the Mosaic browser added support for images in 1993 that a critical mass of people realized the potential of the Web. You can add images to your documents with the <span class="element">img</span> element – <span class="element">img</span> is short for image.</p> <p>When the image is ready, the page looks like <a class="figref" href="#fig-loaded">this figure</a>.</p> <div class="figure" id="fig-loaded"> <p class="caption">The image has been loaded.</p> <p class="art"><img alt="[image]" src="../assets/images/html-18.png" style="width: 100%;"></p> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookshop-0.0.22 | lib/bookshop/generators/bookshop/app/templates/book/ch01/adding_images.html.erb |