HTML figure

figure 和 figcaption 创建数字

HTML5数字是内容,可选地带有标题,自包含,通常被称为单个单元。

使用 figure 元素定义数字。

figure元素可以可选地包含figcaption元素,其表示图形的标题。

例子

你可以在下面的代码中看到一起使用的 figure figcaption 元素。

<!DOCTYPE HTML><html><body>
  I like XML and CSS.
  <figure>
    <figcaption>Listing 01. Using the code element</figcaption>
    <code>
      var fruits = ["CSS", "HTML", "CSS", "Javascript"];<br>
      document.writeln("I like " + fruits.length + " fruits");    </code>
  </figure></body></html>

上面的代码渲染如下:

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号