@@ -166,7 +166,7 @@ <h3 id="subtitle-content">Content</h3>
166
166
"Yes, mother, yes, thank-you, I'm getting up now."
167
167
</ p >
168
168
< footer >
169
- < cite > Gregor Samsa</ cite >
169
+ Gregor Samsa
170
170
</ footer >
171
171
</ blockquote >
172
172
< p >
@@ -531,14 +531,14 @@ <h2 id="title-embedded">Embedded</h2>
531
531
<!-- Start of #subsection-image -->
532
532
< h3 id ="subsection-image "> Image</ h3 >
533
533
< img
534
- src ="http ://placehold.it /600x400?text=Image+Example "
534
+ src ="https ://dummyimage.com /600x400?text= =Image+Example "
535
535
alt ="Image Example " />
536
536
<!-- End of #subsection-image -->
537
537
538
538
<!-- Start of #subsection-broken-image -->
539
539
< h3 id ="subsection-lazy-loaded-image "> Lazy-loaded Image</ h3 >
540
540
< img
541
- src ="http://placehold.it /500x500?text=Lazy-Loaded+Image+Example "
541
+ src ="http://dummyimage.com /500x500?text=Lazy-Loaded+Image+Example "
542
542
loading ="lazy "
543
543
decoding ="async "
544
544
width ="500 "
@@ -557,7 +557,7 @@ <h3 id="subsection-broken-image">Broken Image</h3>
557
557
< h3 id ="subsection-figure-with-caption "> Figure with Caption</ h3 >
558
558
< figure >
559
559
< img
560
- src ="http://placehold.it /400x250?text=Figure+Example "
560
+ src ="http://dummyimage.com /400x250?text=Figure+Example "
561
561
alt ="Figure Example " />
562
562
< figcaption >
563
563
An example figure caption.
@@ -607,25 +607,25 @@ <h3 id="subsection-picture">Picture</h3>
607
607
< picture >
608
608
< source
609
609
media ="(min-width: 40em) "
610
- srcset ="http://placehold.it /800x450/7ED321/ffffff/?text=1x+Source+w/Breakpoint+Example 1x,
611
- http://placehold.it /800x600/7ED321/ffffff/?text=2x+Source+w/Breakpoint+Example 2x " />
610
+ srcset ="http://dummyimage.com /800x450/7ED321/ffffff/?text=1x+Source+w/Breakpoint+Example 1x,
611
+ http://dummyimage.com /800x600/7ED321/ffffff/?text=2x+Source+w/Breakpoint+Example 2x " />
612
612
< source
613
- srcset ="http://placehold.it /500x250/F5A623/ffffff/?text=1x+Source+Example 1x,
614
- http://placehold.it /500x250/F5A623/ffffff/?text=2x+Source+Example 2x " />
613
+ srcset ="http://dummyimage.com /500x250/F5A623/ffffff/?text=1x+Source+Example 1x,
614
+ http://dummyimage.com /500x250/F5A623/ffffff/?text=2x+Source+Example 2x " />
615
615
< img
616
- src ="http ://placehold.it /600x400?text=Img+Fallback "
616
+ src ="https ://dummyimage.com /600x400?text= =Img+Fallback "
617
617
alt ="Picture Element " />
618
618
</ picture >
619
619
<!-- End of #subsection-picture -->
620
620
621
621
<!-- Start of #subsection-image-with-srcset-and-sizes -->
622
622
< h3 id ="subsection-image-with-srcset-and-sizes "> Image with Srcset and Sizes</ h3 >
623
623
< img
624
- srcset ="http://placehold.it /1024x768/7ED321/ffffff/?text=Large 1024w,
625
- http://placehold.it /1024x768/F5A623/ffffff/?text=Medium 640w,
626
- http://placehold.it /320x240/50E3C2/ffffff/?text=Small 320w "
624
+ srcset ="http://dummyimage.com /1024x768/7ED321/ffffff/?text=Large 1024w,
625
+ http://dummyimage.com /1024x768/F5A623/ffffff/?text=Medium 640w,
626
+ http://dummyimage.com /320x240/50E3C2/ffffff/?text=Small 320w "
627
627
sizes ="(min-width: 36em) 50vw, 100vw "
628
- src ="http ://placehold.it /600x400?text=Img+Fallback "
628
+ src ="https ://dummyimage.com /600x400?text= =Img+Fallback "
629
629
alt ="Image with Srcset and Sizes Example " />
630
630
<!-- End of #subsection-image-with-srcset-and-sizes -->
631
631
@@ -668,7 +668,7 @@ <h3 id="subsection-audio">Audio</h3>
668
668
< h3 id ="subsection-video "> Video</ h3 >
669
669
< video
670
670
controls
671
- poster ="http://placehold.it /854x480?text=Video+Poster ">
671
+ poster ="http://dummyimage.com /854x480?text=Video+Poster ">
672
672
< source
673
673
src ="http://clips.vorwaerts-gmbh.de/VfE_html5.mp4 "
674
674
type ="video/mp4 " />
0 commit comments