2TEC_AVALIAÇÃO  - FRONT END - 2º TRIMESTRE_AV3

2TEC_AVALIAÇÃO - FRONT END - 2º TRIMESTRE_AV3

Professional Development

20 Qs

quiz-placeholder

Similar activities

Html e css

Html e css

12th Grade

16 Qs

Avaliação - HTML e CSS

Avaliação - HTML e CSS

Professional Development

20 Qs

CSS basics

CSS basics

Professional Development

15 Qs

HTML5 Basics

HTML5 Basics

6th - 12th Grade

20 Qs

html5

html5

9th Grade

17 Qs

Se Liga - 1° Ano - Pensamento Computacional

Se Liga - 1° Ano - Pensamento Computacional

10th Grade

17 Qs

Computer Science Exam

Computer Science Exam

7th - 8th Grade

20 Qs

HTML and CSS

HTML and CSS

7th - 8th Grade

15 Qs

2TEC_AVALIAÇÃO  - FRONT END - 2º TRIMESTRE_AV3

2TEC_AVALIAÇÃO - FRONT END - 2º TRIMESTRE_AV3

Assessment

Quiz

Computers

Professional Development

Medium

Created by

EVERTON LUIZ

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes tags é usada para garantir que o layout de um site com design responsivo seja exibido corretamente em dispositivos móveis?

<link rel="stylesheet" media="all" href="style.css">

<meta name="viewport" content="width=device-width, initial-scale=1">

<style type="text/css">@media screen and (max-width: 600px) { }</style>

<div class="container"></div>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como se aplica um estilo CSS específico para dispositivos com largura de tela inferior a 768 pixels usando design responsivo?

@media (min-width: 768px) { /* Estilos para telas menores que 768 pixels */ }

@media screen and (min-width: 768px) { /* Estilos para telas menores que 768 pixels */ }

@media (max-width: 768px) { /* Estilos para telas menores que 768 pixels */ }

@media screen and (max-width: 768px) { /* Estilos para telas maiores que 768 pixels */ }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a estrutura básica de um documento HTML?

<!DOCTYPE html> <html> <head> <title> </head> <body> </body> </html>

<html> <header> <title> </header> <body> </body> </html>

<html> <head> <title> </head> <content> </content> </html>

<!DOCTYPE html> <html> <head> <title> </title> <body> </body> </head> </html>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das seguintes tags HTML é usada para criar um link para outra página ou recurso?

<a>

<link>

<href>

 <url>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual tag HTML é comumente usada para criar botões genéricos em uma página da web?

<a>

<input>

<link>

<button>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como você pode tornar um botão mais acessível para usuários com deficiências visuais?

Aumentar o tamanho da fonte

Adicionar uma descrição de texto alternativo usando o atributo aria-label

Remover a cor de fundo do botão

Usar apenas texto no botão, sem ícones

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual propriedade CSS é usada para criar um contêiner de grid em um projeto HTML?

grid-layout

display: grid;

grid-template

grid-rows

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?