add thead

This commit is contained in:
Ilya Kantor 2015-03-13 20:32:48 +03:00
parent 891e5d1971
commit 54e4f0c859
15 changed files with 70 additions and 2 deletions

View file

@ -507,10 +507,13 @@ alert( document.body.my ); // 123 в IE8-
Таблица сравнений для атрибутов и свойств:
<table>
<thead>
<tr>
<th>Свойства</th>
<th>Атрибуты</th>
</tr>
</thead>
<tbody>
<tr>
<td>Любое значение</td>
<td>Строка</td>
@ -523,6 +526,7 @@ alert( document.body.my ); // 123 в IE8-
<td>Не видны в `innerHTML`</td>
<td>Видны в `innerHTML`</td>
</tr>
</tbody>
</table>
Синхронизация между атрибутами и свойствами: