diff options
Diffstat (limited to 'files/zh-cn/web/html/element/figure/index.html')
-rw-r--r-- | files/zh-cn/web/html/element/figure/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/figure/index.html b/files/zh-cn/web/html/element/figure/index.html index d8a8dbe65b..8dd0398a64 100644 --- a/files/zh-cn/web/html/element/figure/index.html +++ b/files/zh-cn/web/html/element/figure/index.html @@ -10,7 +10,7 @@ translation_of: Web/HTML/Element/figure --- <div>{{HTMLRef}}</div> -<p><strong>HTML <code><figure></code> 元素</strong>代表一段独立的内容, 经常与说明(caption) {{HTMLElement("figcaption")}} 配合使用, 并且作为一个独立的引用单元。当它属于主内容流(main flow)时,它的位置独立于主体。这个标签经常是在主文中引用的图片,插图,表格,代码段等等,当这部分转移到附录中或者其他页面时不会影响到主体。</p> +<p><strong>HTML <code><figure></code> 元素</strong>代表一段独立的内容,经常与说明(caption){{HTMLElement("figcaption")}} 配合使用,并且作为一个独立的引用单元。当它属于主内容流(main flow)时,它的位置独立于主体。这个标签经常是在主文中引用的图片,插图,表格,代码段等等,当这部分转移到附录中或者其他页面时不会影响到主体。</p> <div>{{EmbedInteractiveExample("pages/tabbed/figure.html","tabbed-shorter")}}</div> |