Latest web development tutorials

HTML atrybut tabelaryczne zestawienie

Tabela HTML Instrukcja znacznik referencyjny HTML <table> tag

Przykłady

Poniższa tabela HTML definiuje tabelę podsumowującą treści:

<table border="1" summary="Monthly savings for the Flintstones family">
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>

Spróbuj »

Pomoc Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Podsumowanie W budynku nie ma efektu wizualnego w zwykłej przeglądarce internetowej, ale można korzystać z czytników ekranu.


Definicja i Wykorzystanie

HTML5 nie obsługuje <table> Podsumowanie atrybutów.

Podsumowanie atrybut określa tabela z zestawieniem treści.


gramatyka

<table summary="text">

Wartość nieruchomości

描述
text 表格内容的摘要。


Tabela HTML Instrukcja znacznik referencyjny HTML <table> tag