您的位置:龙城通 > html中figure标签 HTML figure

html中figure标签 HTML figure

2023-03-22 15:00 HTML教程

html中figure标签 HTML figure

html中figure标签 HTML figure

html中figure标签

HTML figure

figure 和 figcaption 元素

figure标签规定独立的流内容(图像、图表、照片、代码等等)。

figure元素的内容应该与主内容相关,同时元素的位置相对于主内容是独立的。如果被删除,则不应对文档流产生影响。

figcaption元素被用来为figure元素定义标题。

例子

你可以在下面的代码中看到一起使用的 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>

上面的代码渲染如下:






阅读全文
以上是龙城通为你收集整理的html中figure标签 HTML figure全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 龙城通 longchengtong.com 版权所有 联系我们
桂ICP备12005667号-36 Powered by CMS