Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
tr
:
Язык контента: English
Русский
Select correct HTML tags that allow to create tables.
tr
What border will the following table have? The code: <table style="width:50%"> <tbody> <tr> <td>JavaScript</td> </tr> <tr> <td>AngularJS</td> </tr> </tbody> </table>
tr
What HTML tag you will use to define table headings?
tr
How can you center an image (in relation to parent block) ? If the conditions are: div#parent - the parent block; img - an image which has to be centered. Choose correct statements for realization.
tr
Which of these elements are all <table> elements?
tr
Which of these elements are <table> elements? Select all that correct.
tr
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>
tr
What is the correct HTML element for inserting table cell?
tr
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>
tr
Which of these HTML codes aligns the content of the table cell to the right?
tr
← Предыдущая
1
2
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты