Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
element
:
Язык контента: English
Русский
How many cells will the following table have: The code: <table border='1' width=50%> <tr> <td colspan='2'>Cell 1</td> </tr> <tr> <td>Cell 2</td> <td>Cell 3</td> </tr> </table>
element
Which tag defines a header cell in an HTML table?
element
What is the correct HTML code to define a table element without borders?
element
Which HTML element defines a horizontal rule that used to separate content?
element
What HTML element will you use to display the text in a fixed-width font, and to preserves both spaces and line breaks?
element
What is the correct HTML element for inserting table cell?
element
How many cells will contain the following table? <table border='1' width=50%> <tr> <td rowspan='2'>Cell 1</td> <td>Cell 2</td> <td>Cell 3</td> </tr> <tr> <td>Cell 4</td> <td>Cell 5</td> </tr> </table>
element
Select correct HTML code for inserting a link with the tooltip text.
element
Is it allowed to use title attribute on any HTML element in HTML5?
element
element
← Предыдущая
11
12
13
14
15
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты