Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
html
:
Язык контента: English
Русский
What attribute will you use to not display a border around the iframe?
html
What attribute will you use to make a cell span more than one column?
html
Select a correct code to display a web page within a web page.
html
Select correct attributes for <img> HTML tag?
html
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.
html
What does the property clear: right; do?
html
How to set a green background for even-numbered rows only? <table> <tr> <td>name</td> <td>one</td> </tr> <tr> <td>name</td> <td>two</td> </tr> <tr> <td>name</td> <td>three</td> </tr> <tr> <td>name</td> <td>four</td> </tr> </table>
html
There is HTML with a nested stylesheet: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Margin test</title> <style type="text/css"> #div1 { position: absolute; width: 200px; height: 100px; border: none; padding: 0; background: green; } #div2 { margin-top: 20%; border: none; padding: 0; background: red; color: red; } </style> </head> <body> <div id="div1"> <div id="div2">*</div> </div> </body> </html> What will be the margin-top value for the block with identifier div2 calculated in pixels?
html
How do I set a background image for the item that would be repeated horizontally? (choose all the correct options).
html
What does the next property do? text-decoration:line-through
html
← Предыдущая
14
15
16
17
18
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты