diff --git a/index.html b/index.html index 0b35c3e..08f0c08 100644 --- a/index.html +++ b/index.html @@ -323,15 +323,23 @@

Images

-

No <figure> element

-

Image alt text

-

Wrapped in a <figure> element, no <figcaption>

-
Image alt text
-

Wrapped in a <figure> element, with a <figcaption>

+

Plain <img> element

+

Photo of a kitten

+

<figure> element with <img> element

+
Photo of a kitten
+

<figure> element with <img> and <figcaption> elements

- Image alt text + Photo of a kitten
Here is a caption for this image.
+

<figure> element with a <picture> element

+
+ + + Photo of a kitten + +