figure元素

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title></title>
</head>
<body>
<figure>
    <img src="1.jpg" title="风景">
    <img src="2.jpg" title="风景">
    <img src="3.jpg" title="风景">

    <figcaption>风景</figcaption>
</figure>
</body>
</html>

 

posted @ 2016-10-25 15:37  缘琪梦  阅读(129)  评论(0编辑  收藏  举报