HTML <figure> 标签
<figure> 标签可以用来表示自包含的内容,并且一般作为单个单元引用。实例:<figure> 标签实例
1 2 3 | < figure > < img src = "/statics/images/course/pulpit.jpg" tppabs = "http://W3Cschool.com/tags/img_pulpit.jpg" alt = "The Pulpit Rock" width = "304" height = "228" > </ figure > |