<légende de la figure>


HTML <figcaption> Balises

Instance

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title>php中文网(php.cn)</title> 
</head>
<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>
  <img src="img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
  <figcaption>Fig.1 - A view of the pulpit rock in Norway.</figcaption>
</figure>

</body>
</html>

Exécuter l'instance»

Cliquez sur le bouton « Exécuter l'instance » pour afficher l'instance en ligne


Prise en charge du navigateur

1000.png

IE 9, Firefox, Opera , Chrome et Safari prennent en charge la balise <figcaption>

Remarque : IE 8 ou version antérieure ne prend pas en charge la balise <figcaption>


Définition de la balise et instructions d'utilisation

La balise <figcaption> définit le titre de l'élément <figure> L'élément

<figcaption> doit être placé comme premier ou dernier enfant de l'élément <figure>


Différences entre HTML 4.01 et HTML5 La balise

<figcaption>


Attributs globaux

La balise <figcaption> prend en charge les attributs globaux du HTML. La balise


Attributs d'événement

<figcaption> prend en charge les attributs d'événement HTML.