页面图文语义化解决方案

2023年01月13日 23:46:39阅读数:69博客 / 追梦赤子

页面的图文语义化解决方案

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>图文语义化解决方案</title>
  6. </head>
  7. <body>
  8. <!--1. 传统图文-->
  9. <div>
  10. <img src="https://img.php.cn/upload/course/000/000/068/6396fa6140e14800.png" alt="这是图片"/>
  11. <p>hello,world</p>
  12. </div>
  13. <!--2. 语义化图文 figure-->
  14. <figure>
  15. <!--图片-->
  16. <img src="https://img.php.cn/upload/course/000/000/068/6396fa6140e14800.png" alt="xxxxx">
  17. <!--文字-->
  18. <figcaption>
  19. 图片内容介绍
  20. </figcaption>
  21. </figure>
  22. </body>
  23. </html>
批改状态:合格

老师批语:一篇文章只需要一个作业博客就可以了

版权申明:本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!

全部评论

文明上网理性发言,请遵守新闻评论服务协议

条评论
  • 博主信息
    追梦赤子
    博文
    7
    粉丝
    0
    评论
    0
    访问量
    743
    积分:0
    P豆:14