HighLab

webpでのHTML記述方法

  • 公開日:
  • 更新日:
  • 文字数:184文字
    <picture>
      <!-- WebP用画像 -->
      <source srcset="xxx.webp" type="image/webp">
      <!-- 従来画像 -->
      <img src="xxx.jpg">
    </picture>