HTML5 1.11 figure/figcaptio
1.figure
a.是一个媒体组合元素,也就是对其他的媒体元素进行组合,比如图像、图表等
2.figcaptio
a.用来给figcaptio元素定义标题
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<mata charset="UTF-8">
<title>figure<title>
</head>
<body>
<h2>我是一个厨艺爱好者<h2>
<p>我是一个厨艺爱好者。。。。。。。。。。。。。。<p>
<figure>
<img src="p1.jpg" alt=""><img src="p2.jpg" alt="">
</figure>
<figure>
<img src="p3.jpg" alt=""><img src="p4.jpg" alt="">
</figure>
<figcaptio>我的厨艺作品</figcaptio>
</body>
</html>

浙公网安备 33010602011771号