Introdução ao CSS

Introdução ao CSS

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

User Interface Design Practice

User Interface Design Practice

9th - 12th Grade

10 Qs

CSS Rules Quiz

CSS Rules Quiz

11th Grade

15 Qs

Mobile APP fall review 1

Mobile APP fall review 1

10th - 12th Grade

11 Qs

Introduction to CSS

Introduction to CSS

11th - 12th Grade

15 Qs

Formatting Text

Formatting Text

10th - 12th Grade

9 Qs

Каскадні таблиці стилів

Каскадні таблиці стилів

10th Grade

12 Qs

CSS Recap

CSS Recap

8th - 12th Grade

10 Qs

Test Your Knowledge of CSS

Test Your Knowledge of CSS

9th - 12th Grade

14 Qs

Introdução ao CSS

Introdução ao CSS

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

JEZMAEL BASILIO

Used 13+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual dos códigos deixa o parágrafo com a cor rosa?

h1 {

color: pink;

}

img {

color: pink;

}

body {

color: pink;

}

p {

color: pink;

}

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual regra deixa todos os textos da página azul e centralizado?

p { color: blue; }

body { text-align: left; color: blue; }

p { text-align: center; color: blue; }

body { text-align: center; color: blue; }

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual dessas propriedades do CSS muda o tipo de fonte utilizada?

font-size

text-align

font-family

text-decoration

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual regra muda o tamanho da fonte para 24 pixels ?

font-size: 24pt;

size: 24;

font-size: 24px;

font-size: 24;

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Selecione todas as formas de utilizar CSS em um documento HTML

Externa

Interna

Dividida

Inline

Compactado

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual maneira utiliza o CSS de forma externa?

Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Qual propriedade no CSS é utilizado para mudar a cor de fundo de um elemento?

color

bgcolor

background-color

backcolor

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?