Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
id
:
Язык контента: English
Русский
<style type="text/css"> #bottom { background: #66806E url(images/clover.png) no-repeat 20px bottom; min-height: 80px; color: #E4BC96; padding: 5px 5px 5px 140px; } #bottom p { margin: 5px 0;} #bottom a {color: #FFFDE0; } </style> This style defines:
id
The code is given. <div id="foxmenu"> Text </div> What style will be applied to this code?
id
Which of the following statements are true to the names of identifiers?
id
Which selector will take precedence over the text in the paragraph?
id
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?
id
Select all that correct for id attribute.
id
Consider following code snippet: <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> <h2 id="preface">Ut enim ad minim veniam.</h2> <p> Quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p> How can you make a link to an <h2> element with id="preface"?
id
← Предыдущая
1
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты