• Skip to main content
  • Skip to search
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. Technologie Internetowe dla developerów
  2. Lista Web API
  3. HTMLTableElement
  4. HTMLTableElement.caption
  • Change language
  • View in English

HTMLTableElement.caption

Podsumowanie

caption zwraca podpis tabeli.

Składnia

string = table.caption

Przykład

if (table.caption) {
  // zrób coś z podpisem
}

Uwagi

Własność ta zwraca void dla tabel bez elementu caption.

Specyfikacja

caption

Interface HTMLTableCaptionElement

Last modified: Mar 23, 2019, by MDN contributors

Change your language

Related Topics

  1. HTMLTableElement
  2. Własności
    1. This deprecated API should no longer be used, but will probably still work. align
    2. This deprecated API should no longer be used, but will probably still work. bgColor
    3. This deprecated API should no longer be used, but will probably still work. border
    4. caption
    5. cellPadding
    6. This is an obsolete API and is no longer guaranteed to work. cellSpacing
    7. frame
    8. rows
    9. rules
    10. summary
    11. tBodies
    12. tFoot
    13. tHead
    14. width
  3. Metody
    1. createCaption()
    2. deleteCaption()
    3. deleteRow()
    4. deleteTFoot()
    5. deleteTHead()
    6. HTMLTableElement: createTBody()
    7. HTMLTableElement: createTFoot()
    8. HTMLTableElement: createTHead()
    9. insertRow()
  4. Inheritance:
    1. HTMLElement
    2. Element
    3. Node
    4. EventTarget
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

Mozilla

© 2005-2021 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies