<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Embedding Images</title>
</head>
<body>
<div style="display:inline-block; margin:10px; text-align:center;">
GIF<br><img src="https://ihypress.de/holidays/valentines/heart7.gif" style="height:200px; width:auto;" alt="GIF Format">
</div>
<div style="display:inline-block; margin:10px; text-align:center;">
PNG<br><img src="https://ihypress.de/holidays/groundhog/groundhog_icon.png" style="height:200px; width:auto;" alt="PNG Format">
</div>
<div style="display:inline-block; margin:10px; text-align:center;">
JPG<br><img src="images/tiare.jpg" style="height:200px; width:auto;" alt="JPG Format">
</div>
<div style="display:inline-block; margin:10px; text-align:center;">
SVG<br><img src="https://ihypress.de/programming/svg/svg_05.svg" style="height:200px; width:auto;" alt="SVG Format">
</div>
<div style="display:inline-block; margin:10px; text-align:center;">
WEBP<br><img src="images/leprechaun.webp" style="height:200px; width:auto;" alt="WEBP Format">
</div>
<div style="display:inline-block; margin:10px; text-align:center;">
AVIF<br><img src="images/mummy.avif" style="height:200px; width:auto;" alt="AVIF Format">
</div>
<div style="display:inline-block; margin:10px; text-align:center;">
APNG<br><img src="images/fishbowl.apng" style="height:200px; width:auto;" alt="APNG Format">
</div>
</body></html>