标签:
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" ><img src="p2.jpg" >
</figure>
<figure>
<img src="p3.jpg" ><img src="p4.jpg" >
</figure>
<figcaptio>我的厨艺作品</figcaptio>
</body>
</html>
标签:
原文地址:http://www.cnblogs.com/piaopiaoppp/p/5281436.html