Blogger Information
Blog 7
fans 0
comment 0
visits 2514
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
页面图文语义化解决方案
追梦赤子
Original
299 people have browsed it

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

  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>
Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:一篇文章只需要一个作业博客就可以了
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post