HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<html><body><picture> <!-- use AVIF image if the browser supports it --> <source srcset="https://avif-converter.online/static/media/img/sample.avif" type="image/avif"> <!-- in case the browser does not support AVIF --> <img alt="A Fallback image" src="https://avif-converter.online/static/media/img/sample.jpg"/> </source></picture></body></html>
Related Chapters
HTML Images
CSS Backgrounds
Related Examples
HTML Styles Background Color Example
CSS Animation Basketball Bouncing
HTML Image Link Description
HTML Image Width and Height Attribute Example
HTML Image Description