[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ru/docs/Web/HTML/Reference/Elements/caption [Back]  [Original]

<caption>: The Table Caption element - HTML | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

<caption>: The Table Caption element

Baseline Widely available *

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 ..

* Some parts of this feature may have varying levels of support.

HTML (<caption>) () . , <table>. CSS caption-side and text-align.

.
, ASCII .
<table>
ARIA-
DOM- HTMLTableCaptionElement

In this article

.

. .

align

. :

left

.

top

.

.

bottom

.

<table>, <caption> <figure>, <figcaption> <caption>.

, , .

html
<table>
  <caption>
    Example Caption
  </caption>
  <tr>
    <th>Login</th>
    <th>Email</th>
  </tr>
  <tr>
    <td>user1</td>
    <td>user1@sample.com</td>
  </tr>
  <tr>
    <td>user2</td>
    <td>user2@sample.com</td>
  </tr>
</table>

Specification
HTML
# the-caption-element


Web Proxy Viewer  |  New URL  |  Original Page