HTML5中figure标签使用实例
HTML5中figure标签使用实例
figure元素是一种元素的组合,可带有标题(可选)。figure标签用来表示网站制作页面上一块独立的内容,将其从网页上移除后不会对网页上的其他内容产生影响。figure所表示的内容可以是图片、统计图或代码示例。
figure用友一个子标签——figcaption标签。
注意:一个figure元素内最多只允许放置一个figcaption元素,其他元素可无限放置。
案例1:
不带有标题的figure元素:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5每日一练之figure新标签的应用-不带有标题的figure元素</title>
</head>
<body>
<figure>
<img alt="WEBJX.COM" src=http://www.webjx.com/html-xhtml/"http://www.WEBJX.com/template/w3cfuns2011/images/logo/logo.png"/>
</figure>
</body>
</html>
案例2:
带有标题的figure元素:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5每日一练之figure新标签的应用-带有标题的figure元素</title>
</head>
<body>
<figure>
<img alt="webjx.com" src=http://www.webjx.com/html-xhtml/"http://www.webjx.com/template/w3cfuns2011/images/logo/logo.png"/>
<figcaption>WEBJX.COM</figcaption>
</figure>
</body>
</html>
案例3:
多个图片,同一个标题的figure元素:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5每日一练之figure新标签的应用-多个图片,同一个标题的figure元素</title>
</head>
<body>
<figure>
<img alt="WEBJX.COM" src=" http://www.webjx.com/images/logo.gif " />
<img alt="网奇" src=http://www.webjx.com/html-xhtml/"http://www.webjx.com/images/common/Logo.gif"/>
<img alt="网奇" src=http://www.webjx.com/html-xhtml/"http://www.webjx.com/images/bigLogo.jpg"/>
<figcaption>网站建设网--中国网站设计,网页制作第一站!</figcaption>
</figure>
</body>
</html>
figure用友一个子标签——figcaption标签。
注意:一个figure元素内最多只允许放置一个figcaption元素,其他元素可无限放置。
案例1:
不带有标题的figure元素:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5每日一练之figure新标签的应用-不带有标题的figure元素</title>
</head>
<body>
<figure>
<img alt="WEBJX.COM" src=http://www.webjx.com/html-xhtml/"http://www.WEBJX.com/template/w3cfuns2011/images/logo/logo.png"/>
</figure>
</body>
</html>
案例2:
带有标题的figure元素:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5每日一练之figure新标签的应用-带有标题的figure元素</title>
</head>
<body>
<figure>
<img alt="webjx.com" src=http://www.webjx.com/html-xhtml/"http://www.webjx.com/template/w3cfuns2011/images/logo/logo.png"/>
<figcaption>WEBJX.COM</figcaption>
</figure>
</body>
</html>
案例3:
多个图片,同一个标题的figure元素:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>HTML5每日一练之figure新标签的应用-多个图片,同一个标题的figure元素</title>
</head>
<body>
<figure>
<img alt="WEBJX.COM" src=" http://www.webjx.com/images/logo.gif " />
<img alt="网奇" src=http://www.webjx.com/html-xhtml/"http://www.webjx.com/images/common/Logo.gif"/>
<img alt="网奇" src=http://www.webjx.com/html-xhtml/"http://www.webjx.com/images/bigLogo.jpg"/>
<figcaption>网站建设网--中国网站设计,网页制作第一站!</figcaption>
</figure>
</body>
</html>
design_ss- 帖子数 : 122
积分 : 373
威望 : 0
注册日期 : 11-12-28
您在这个论坛的权限:
您不能在这个论坛回复主题
10/09/13, 06:50 am 由 design_ss
» javascript 函数的方法call()和apply()
09/09/13, 05:10 am 由 design_ss
» JS中typeof与instanceof的区别
08/08/13, 11:10 am 由 design_ss
» JS中的构造函数解析
08/08/13, 09:44 am 由 design_ss
» js对象属性方法大总结
08/08/13, 08:46 am 由 design_ss
» js中的值类型和引用类型小结 文字说明与实例
08/08/13, 06:35 am 由 design_ss
» CSS3中轻松实现渐变效果
05/07/13, 09:48 am 由 design_ss
» jQUery 常用实例
03/07/13, 09:56 am 由 design_ss
» mask_layer 遮照
03/07/13, 08:18 am 由 design_ss