База ответов ИНТУИТ

Спецификация CSS2

<<- Назад к вопросам

Следущая таблица:
 H1 { color: red; font-style: 12pt }P { color: blue;  font-vendor: any;font-variant: small-caps }EM EM { font-style: normal }
будет уменьшена разборщиком CSS до:

(Отметьте один правильный вариант ответа.)

Варианты ответа
H1 { color: red; }P { color: blue;  font-variant: small-caps }
H1 { color: red; }P { color: blue;  font-variant: small-caps }EM EM { font-style: normal }
(Верный ответ)
P { color: blue;  font-variant: small-caps }EM EM { font-style: normal }
Похожие вопросы
Запишите сокращенный вариант правил стиля:
H1 { font-weight: bold; font-size: 12pt;line-height: 14pt; font-family: Helvetica; font-variant: normal;font-style: normal;font-stretch: normal;font-size-adjust: none}
Следующие правила:
H1 { font-weight: bold }H1 { font-size: 12pt }H1 { line-height: 14pt }
эквивалентны:
Укажите вычисленное значение свойства 'font-size' элемента H1 в коде:
BODY { font-size: 10pt }H1 { font-size: 120% }   
Какое правило недопустимо:
@import "subs.css";@media print {@import "print-main.css";BODY { font-size: 10pt }}H1 {color: blue }
Следующим правилам:
H1 { font-family: sans-serif }H2 { font-family: sans-serif }H3 { font-family: sans-serif } 
эквивалентно:
В примере H1 { font: bold 12pt/14pt Helvetica } свои начальные значение получат:
Что является селектором в примере:P { font-style:italic }
Следующе правило:
@three-dee {@background-lighting {azimuth: 30deg;elevation: 190deg;}H1 { color: red }}H1 { color: blue }
браузером уменьшит таблицу до:
Перечислите доступные свойства параметра font
Перечислите доступные свойства параметра font