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>

posted @ 2016-03-15 22:00  绿手红毛怪  阅读(175)  评论(0编辑  收藏  举报