A RetroSearch Logo

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

Search Query:

Showing content from http://developer.mozilla.org/de/docs/Web/API/HTMLOptGroupElement/label below:

HTMLOptGroupElement: label-Eigenschaft - Web-APIs | MDN

HTMLOptGroupElement: label-Eigenschaft

Baseline Widely available

Die label-Eigenschaft des HTMLOptGroupElement-Interfaces ist ein String-Wert, der das label-Attribut des <optgroup>-Elements widerspiegelt. Dieses Attribut bietet eine textuelle Bezeichnung für die Gruppe von Optionen.

Wert

Ein String.

Beispiele
const optionGroup = document.getElementById("groupB");
console.log(optionGroup.label);
optionGroup.label = `${optionGroup.label} (${optionGroup.children.length})`;
Spezifikationen Browser-Kompatibilität Siehe auch MDN-Feedback-Box War diese Übersetzung hilfreich?

Diese Seite wurde automatisch aus dem Englischen übersetzt.


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