Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
style
:
Язык контента: English
Русский
When setting properties in style, you can see the prefix -webkit- or -moz-, what is it?
style
The site has more than a hundred HTML documents that have the same style. What is the best way to connect CSS?
style
What styles of borders exist?
style
Which expression is written correctly?
style
Is it true that the style of the browser (and not the author's style or style of the user) is the highest priority when choosing a style for an element?
style
How will you set wrapped in <h1> tag text to blue color?
style
Select all correct style attributes that can be added to an unordered list, to define the style of the marker.
style
How can you set background color to red?
style
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?
style
How can you make a centered text? Select all that apply.
style
← Предыдущая
1
2
3
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты