HTML5: Как указать сокращенную версию содержимого в ячейке заголовка?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>How to specify an
abbreviated version of the content in
a header cell</title>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<table border ="1">
<tr>
<th abbr="type">Type of scripting
</th>
<th abbr="Description"> Description of scripting </th>
</tr>
<tr>
<td>PHP</td>
<td>Server side scripting</td>
</tr>
<tr>
<td>JavaScript</td>
<td>Client side scripting</td>
</tr>
</table>
</body>
</html>
Демонстрация в реальном времени:
Смотрите Pen th-abbr-answer от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code