webpでのHTML記述方法
Highneeds
<picture>
<!-- WebP用画像 -->
<source srcset="xxx.webp" type="image/webp">
<!-- 従来画像 -->
<img src="xxx.jpg">
</picture>
<picture>
<!-- WebP用画像 -->
<source srcset="xxx.webp" type="image/webp">
<!-- 従来画像 -->
<img src="xxx.jpg">
</picture>