Merge branch 'patch-1' of https://github.com/Haroenv/html5-test-page into Haroenv-patch-1

* 'patch-1' of https://github.com/Haroenv/html5-test-page:
  place kitten fix
This commit is contained in:
cbracco
2015-08-17 15:57:31 +02:00

View File

@@ -274,7 +274,7 @@ p q r s t u v w x y z { | } ~ </pre>
<figure><img src="http://placekitten.com/420/420" alt="Image alt text"></figure> <figure><img src="http://placekitten.com/420/420" alt="Image alt text"></figure>
<h3>Wrapped in a <code>&lt;figure&gt;</code> element, with a <code>&lt;figcaption&gt;</code></h3> <h3>Wrapped in a <code>&lt;figure&gt;</code> element, with a <code>&lt;figcaption&gt;</code></h3>
<figure> <figure>
<img src="http://placekitten.com/360/360" alt="Image alt text"> <img src="http://placekitten.com/420/420" alt="Image alt text">
<figcaption>Here is a caption for this image.</figcaption> <figcaption>Here is a caption for this image.</figcaption>
</figure> </figure>
</div> </div>