Skip to content

Commit b1a2578

Browse files
author
Sanders Kleinfeld
committed
Subbing in new image of raincoat-wearing penguin.
1 parent 4321e46 commit b1a2578

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

samples/htmlbook.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22

3-
<html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.w3.org/1999/xhtml ../schema/htmlbook.xsd"
55
xmlns="http://www.w3.org/1999/xhtml">
66

@@ -199,10 +199,10 @@ <h3>Lists</h3>
199199
<h3>Images</h3>
200200
<p>Images use the <code>figure</code>, which can optionally have a caption.</p>
201201
<figure id="robot_unicorn">
202-
<figcaption><span data-type="label">Figure 1-1.</span> A robot unicorn</figcaption>
203-
<img src="images/robot-unicorn.jpg"
204-
alt="Illustration of a unicorn running. The unicorn has a metallic coat, with a flowing, rainbow-colored tail and mane."
205-
/>
202+
<figcaption>Penguin in Raincoat (by Moini:
203+
<a href="http://openclipart.org/detail/189837/penguin-in-the-rain-by-moini-189837">openclipart source</a>)</figcaption>
204+
<img src="images/rain_penguin.png"
205+
alt="Illustration of a penguin in a raincoat. The penguin is in a yellow raincoat, with matching yellow hat, and is wearing galoshes."/>
206206
</figure>
207207
</section>
208208
<section data-type="sect3" class="sect3" id="tables">

samples/images/rain_penguin.png

396 KB
Loading

samples/images/robot-unicorn.jpg

-69.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)