IHYPRESS.NET
HTML
HOME | ASP | C | CSS | HTML | JAVASCRIPT | PERL | PHP | PYTHON | RUBY | SVG
HTML ❯ Embedding Images
<11>
<!DOCTYPE html> <html><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://i.imgur.com/zFEl2FG.gif" width="500" height="729" style="height:240px; width:auto;" alt="GIF Format"> </div> <div style="display:inline-block; margin:10px; text-align:center;"> PNG<br><img src="https://ihypress.com/holidays/groundhog/groundhog_icon.png" width="262" height="500" style="height:240px; width:auto;" alt="PNG Format"> </div> <div style="display:inline-block; margin:10px; text-align:center;"> JPG<br><img src="https://i.imgur.com/D2sTt3q.jpg" width="236" height="419" style="height:240px; width:auto;" alt="JPG Format"> </div> <div style="display:inline-block; margin:10px; text-align:center;"> SVG<br><img src="https://ihypress.net/programming/svg/svg_05.svg" width="150" height="150" style="height:240px; width:auto;" alt="SVG Format"> </div> <div style="display:inline-block; margin:10px; text-align:center;"> WEBP<br><img src="flowers.webp" width="110" height="205" style="height:240px; width:auto;" alt="WEBP Format"> </div> </body></html>
Embedding Images
GIF
GIF Format
PNG
PNG Format
JPG
JPG Format
SVG
SVG Format
WEBP
WEBP Format
COPYRIGHT © 2015-2024 IHYPRESS.NET. A DIVISION OF IHY PRESS. ALL RIGHTS RESERVED.