第13章 figure元素与figcaption元素

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<!--
<figure>
	<img src="http://onestopweb.cn/images/onestop/site01.jpg" title="图片描述">
    <figcaption>一站式共享网络</figcaption>
</figure>
-->
<figure>
	<img src="http://onestopweb.cn/images/onestop/site01.jpg" title="图片描述">
    <img src="http://onestopweb.cn/images/onestop/site02.gif" title="图片描述">
    <img src="http://onestopweb.cn/images/onestop/site03.jpg" title="图片描述">
    <figcaption>一站式共享网络</figcaption>
</figure>
</body>
</html>

效果图:


 

猜你喜欢

转载自onestopweb.iteye.com/blog/2259920