Тести
Мова сайту: Українська
Українська
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
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести