тест по CSS

тест по CSS

11th Grade

21 Qs

quiz-placeholder

Similar activities

UAS Administrasi Infrastruktur Jaringan - Routing Dinamis

UAS Administrasi Infrastruktur Jaringan - Routing Dinamis

11th Grade

20 Qs

CyberSafety Pre-Assessment

CyberSafety Pre-Assessment

KG - University

16 Qs

Design your website

Design your website

7th - 12th Grade

20 Qs

C Programming

C Programming

11th Grade

20 Qs

Ôn tập tin học 11 chương 2

Ôn tập tin học 11 chương 2

11th Grade

20 Qs

Excel - Funciones de Estadística

Excel - Funciones de Estadística

10th - 12th Grade

20 Qs

Algorytmy 8

Algorytmy 8

1st Grade - University

17 Qs

Bases de Datos (10º)

Bases de Datos (10º)

10th - 11th Grade

20 Qs

тест по CSS

тест по CSS

Assessment

Quiz

Computers

11th Grade

Medium

Created by

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

Used 1+ times

FREE Resource

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?