HTML
tag

(*-*)浩
Release: 2020-01-09 15:13:14
Original
3423 people have browsed it

HTML

Tags

HTML <figcaption> tag

##Internet Explorer 9, Firefox, Opera, Chrome and Safari supported< figcaption> label.

Note: Internet Explorer 8 and earlier versions do not support the

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
tag.

Differences between HTML 4.01 and HTML 5

The
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>
Copy after login

The above is the detailed content of HTML

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template