Home  >  Article  >  Web Front-end  >  HTML

tag

HTML
tag

(*-*)浩
(*-*)浩Original
2019-09-26 15:24:062632browse

HTML 24203f2f45e6606542ba09fd2181843a Tag

HTML <figure> tag

##Internet Explorer 9, Firefox, Opera, Chrome and Safari support the 24203f2f45e6606542ba09fd2181843a tag.

Note: Internet Explorer 8 and earlier versions do not support the 24203f2f45e6606542ba09fd2181843a tag.

Definition and usage(Recommended learning: HTML Getting Started Tutorial)

24203f2f45e6606542ba09fd2181843a tag specifies independent flow content (images, charts, photos, code, etc.).

The content of the figure element should be related to the main content, but should have no impact on document flow if removed.

Tips

Tips: Please use the 614eb9dc63b3fb809437a716aa228d24 element to add a title (caption) to the figure.

Example

Images used as illustrations in documents:

<!DOCTYPE HTML>
<html>
<body>

<p>上海卢浦大桥是当今世界第一钢结构拱桥,是世界上跨度最大的拱形桥。它也是世界上首座完全采用焊接工艺连接的大型拱桥
(除合拢接口采用栓接外),现场焊接焊缝总长度达4万多米,接近上海市内环高架路的总长度。卢浦大桥像澳大利亚悉尼的海湾
大桥一样具有旅游观光的功能。</p>

<figure>
  <p>黄浦江上的的卢浦大桥</p>
  <p>拍摄者:W3School 项目组,拍摄时间:2010 年 10 月</p>
  <img src="/i/shanghai_lupu_bridge.jpg" width="350" height="234" />
</figure>

</body>
</html>

The above is the detailed content of HTML

tag. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:HTML character entityNext article:HTML character entity