<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"><title>Таблица</title>
<style>
table, th, td { border: 1px solid #888; border-collapse: collapse; padding: 6px 10px; }
th { background: #eef; }
input { width: 70px; padding: 4px; }
</style>
</head>
<body>
<p><strong>Установите правильность ответа.</strong> Рис. 1 – WEB-спрайтовая, созданная в режиме таблиц</p>
<p>Запишите название страницы: <input id="page" value="WEB-спрайтовая таблица"></p>
<table>
<tr><th>Предмет</th><th>Сколько страниц?</th><th>Сколько страниц?</th><th>Сколько страниц?</th><th>Сколько страниц?</th></tr>
<tr><td>ОБЖ</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Технология</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Экономика</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Физическая культура</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>История</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Гуманитарные науки</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Математика</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Английский язык</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Русский язык</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Литература</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Информатика</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Обществознание</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Физкультура и спорт</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Психология</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Социальная работа</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Музыка</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Художественная культура</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Иностранный язык</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
<tr><td>Другие предметы</td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td><td><input type="number"></td></tr>
</table>
</body>
</html>