<figure>


HTML <figure> Balise

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" tppabs="http://w3schools.com/tags/img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
</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 <figure>

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


Définition de la balise et instructions d'utilisation

La balise <figure> spécifie le contenu du flux indépendant (images, graphiques, photos, code, etc.).

<figure> Le contenu de l'élément doit être lié au contenu principal, tandis que la position de l'élément doit être indépendante du contenu principal. S'il est supprimé, il ne devrait avoir aucun impact sur le flux de documents.


Différences entre HTML 4.01 et HTML5 La balise

<figure>


Conseils et notes

Conseil : L'élément <figcaption> est utilisé pour définir un titre pour l'élément <figure>


Attributs globaux

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


Attributs d'événement

La balise <figure> prend en charge les attributs d'événement HTML.