тест по CSS

тест по CSS

11th Grade

21 Qs

quiz-placeholder

Similar activities

POWERPOINT QUIZZ

POWERPOINT QUIZZ

10th - 12th Grade

20 Qs

Computer Hardware - CPU & GPU

Computer Hardware - CPU & GPU

7th Grade - University

16 Qs

Hour_of_Code

Hour_of_Code

5th - 12th Grade

16 Qs

Процессор (10 класс по Полякову К.Ю.)

Процессор (10 класс по Полякову К.Ю.)

10th - 11th Grade

20 Qs

Skill Competition Quiz 2024

Skill Competition Quiz 2024

10th Grade - University

20 Qs

K10_T10_TNBAI11_DIEMMIENG

K10_T10_TNBAI11_DIEMMIENG

10th - 12th Grade

20 Qs

Animated Canvas

Animated Canvas

9th - 12th Grade

19 Qs

Apps y mucho más

Apps y mucho más

11th Grade

20 Qs

тест по CSS

тест по CSS

Assessment

Quiz

Computers

11th Grade

Practice Problem

Medium

Created by

Айнаш Касенова

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Дан HTML: 

<p>Пример текста</p>

Как сделать текст красным? 

#p { color: red; }`

p { color: red; }

p { color: red; }

* { color: red; }

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Дан HTML: 

<div class="box">Контейнер</div>

Как задать ему синий фон? 

div { background: blue; }

.box { background: blue; } 

#box { background: blue; }

* { background: blue; }

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Дан HTML: 

<header id="top">Шапка сайта</header>

Как сделать текст белым? 

header { color: #222; }

.top { color: #222; }

#top { color: #222; }

* { color: #222; }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Дан HTML: 

<h1>Заголовок</h1>

<p>Текст</p>

Как убрать отступы у всех элементов? 

body { margin: 0; }

* { margin: 0; }

h1, p { margin: 0; }

all { margin: 0; }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Дан HTML: 

<h2>Подзаголовок</h2>

<ul>

  <li>Пункт 1</li>

</ul>

Как сделать текст зеленым для <h2> и <li>? 

h2 li { color: green; }

h2, li { color: green; }

h2 > li { color: green; }

* { color: green; }

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Дан HTML: 

<p class="alert">Внимание!</p>

Как сделать текст жирным? 

p { font-weight: bold; }

.alert { font-weight: bold; } 

p.alert { font-weight: bold; }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Дан HTML: 

<section>Блок</section>

Как добавить рамку всем элементам? 

section { border: 1px solid black; }

* { border: 1px solid black; }

all { border: 1px solid black; }

[element] { border: 1px solid black; }

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?