Home  >  Article  >  Web Front-end  >  HTML

tag

HTML
tag

(*-*)浩
(*-*)浩Original
2020-01-09 15:13:143422browse

HTML 614eb9dc63b3fb809437a716aa228d24 Tags

HTML <figcaption> tag

##Internet Explorer 9, Firefox, Opera, Chrome and Safari supportedf43cc7320ea326fd3fff8ff043a0d936 label.

Note: Internet Explorer 8 and earlier versions do not support the 614eb9dc63b3fb809437a716aa228d24 tag. (Recommended learning: html tutorial )

definition and usage

# & lt; Figcaption & GT tags define the title of Figure element.

The "figcaption" element should be placed as the first or last child element of the "figure" element.

Browser support

All major browsers support the 614eb9dc63b3fb809437a716aa228d24 tag.

Differences between HTML 4.01 and HTML 5

The614eb9dc63b3fb809437a716aa228d24 tag is a new tag in HTML 5.

Instance

An image used as an illustration in a document, with a caption: :

<!DOCTYPE html>
<html>
<body>

<p>The Pulpit Rock is a massive cliff 604 metres (1982 feet) above Lysefjorden, opposite the Kjerag plateau, in Forsand, Ryfylke, Norway. The top of the cliff is approximately 25 by 25 metres (82 by 82 feet) square and almost flat, and is a famous tourist attraction in Norway.</p>

<figure>
  <figcaption>Fig.1 - The Pulpit Rock, Norway.</figcaption>
</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