HTML5 1.11 figure/figcaptio
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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" ><img src="p2.jpg" >
</figure>
<figure>
<img src="p3.jpg" ><img src="p4.jpg" >
</figure>
<figcaptio>我的厨艺作品</figcaptio>
</body>
</html>
以上是关于HTML5 1.11 figure/figcaptio的主要内容,如果未能解决你的问题,请参考以下文章