IHYPRESS PROGRAMMING
HTML programs with code and output for beginners
c programming
HOME | ASP | C | CSS | GNUPLOT | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
HTML ❯ Embedding Images
<11>
<!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>
Hergestellt in Deutschland / Made in Germany
Embedding Images
GIF
GIF Format
PNG
PNG Format
JPG
JPG Format
SVG
SVG Format
WEBP
WEBP Format
AVIF
AVIF Format
APNG
APNG Format
COPYRIGHT © 2015-2024 IHY PRESS Frankfurt am Main 60329 Deutschland