Sort Score
Result 10 results
Languages All
Labels All
Results 4,921 - 4,930 of 6,606 for

table

(0.09 sec)
  1. :active - CSS: Cascading Style Sheets | MDN

    The :active CSS pseudo-class represents an element (such as a button) that is being activated by the user. When using a mouse, "activation" typically starts when the user presses down the primary mouse button....the-active-pseudo Browser compatibility BCD tables only load in the browser See...

    developer.mozilla.org/en-US/docs/Web/CSS/:active
  2. <aside>: Das Aside-Element - HTML: HyperText Ma...

    Das

    developer.mozilla.org/de/docs/Web/HTML/Element/...
  3. SVGRectElement - Web APIs | MDN

    Learn about the SVGRectElement interface, including its properties and methods, code examples, specifications, and browser compatibility.... Browser compatibility BCD tables only load in the browser See...

    developer.mozilla.org/en-US/docs/Web/API/SVGRec...
  4. CSP: connect-src - HTTP | MDN

    The HTTP Content-Security-Policy (CSP) connect-src directive restricts the URLs which can be loaded using script interfaces. The following APIs are controlled by this directive:... Browser compatibility BCD tables only load in the browser See...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  5. <mark> - HTML | MDN

    HTML элемент представляет текст, выделенный в справочных целях из-за своей актуальности в определённом контексте. Например, он может быть использован на странице с результатом поиска, в которой выделяется каждый экземпляр искомого слова....Совместимость с браузерами BCD tables only load in the browser Смотрите...

    developer.mozilla.org/ru/docs/Web/HTML/Element/...
  6. HTMLTrackElement - Web APIs | MDN

    Learn about the HTMLTrackElement interface, including its properties and methods, specifications and browser compatibility....htmltrackelement Browser compatibility BCD tables only load in the browser See...

    developer.mozilla.org/en-US/docs/Web/API/HTMLTr...
  7. ReadableStreamDefaultController - Web APIs | MDN

    Learn about the ReadableStreamDefaultController interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility.... Browser compatibility BCD tables only load in the browser See...

    developer.mozilla.org/en-US/docs/Web/API/Readab...
  8. dir - HTML(超文本标记语言) | MDN

    全局属性dir是一个指示元素中文本方向的枚举属性。它的取值如下:...the-dir-attribute 浏览器兼容性 BCD tables only load in the browser See...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Globa...
  9. HTMLInputElement: webkitdirectory property - We...

    Learn about the HTMLInputElement.webkitdirectory property, including its type, code examples, specifications, and browser compatibility.... Browser compatibility BCD tables only load in the browser See...

    developer.mozilla.org/en-US/docs/Web/API/HTMLIn...
  10. Conditional (ternary) operator - JavaScript | MDN

    The conditional (ternary) operator is the only JavaScript operator that takes three operands: a condition followed by a question mark (?), then an expression to execute if the condition is truthy followed by a colon (:), and finally the expression to execute if the condition is falsy. This operator is frequently used as an alternative to an if...else statement.... Browser compatibility BCD tables only load in the browser See...

    developer.mozilla.org/en-US/docs/Web/JavaScript...