[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/de/docs/Web/API/HTMLTableElement/border [Back]  [Original]

HTMLTableElement: border-Eigenschaft - Web-APIs | MDN

Dieser Inhalt wurde automatisch aus dem Englischen bersetzt, und kann Fehler enthalten. Erfahre mehr ber dieses Experiment.

View in English Always switch to English

HTMLTableElement: border-Eigenschaft

Deprecated

Avoid using this feature in new projects. Some table styling attributes have no effect. They are superseded by CSS. This feature may be a candidate for removal from web standards or browsers.

Die HTMLTableElement.border-Eigenschaft reprsentiert die Rahmenbreite des <table>-Elements.

In diesem Artikel

Wert

Ein String, der die Breite des Rahmens in Pixeln darstellt.

Beispiele

js
// Set the width of a table border to 2 pixels
const t = document.getElementById("TableA");
t.border = "2";

Spezifikationen

Spezifikation
HTML
# dom-table-border

Browser-Kompatibilitt


Web Proxy Viewer  |  New URL  |  Original Page