A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/fr/docs/Web/API/HTMLTableElement/caption below:

table.caption - Les API Web

table.caption

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Résumé

caption renvoie la légende du tableau.

Syntaxe

js

string = table.caption;
Exemple

js

if (table.caption) {
  // On peut alors faire quelque chose avec la légende du tableau
}
Notes

Cette propriété ne renvoie rien s'il n'y a aucune légende pour le tableau.

Spécification

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4