Search Header Logo

Se liga Mobile e Front-end

Authored by LUCAS FIRMO DE LIMA ALVES

Information Technology (IT)

2nd Grade

Used 3+ times

Se liga Mobile e Front-end
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual tag é usada para criar um hiperlink em HTML?

<button>

<link>

<a>

<h1>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual atributo é obrigatório na tag <img>?

id

src

alt

style

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Em CSS, como você aplica uma cor de fundo em um elemento?

color: red;

background: red;

background-color: red;

fill: red;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a unidade relativa em CSS que representa 1% da largura da janela de visualização?

em

vw

px

%

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Em React, qual método é usado para atualizar o estado de um componente funcional?

this.setState

useEffect

useState

setState

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6. Qual é a estrutura correta para criar um componente funcional em React?

function MyComponent() { return <div>Hello</div>; }

class MyComponent { render() { return <div>Hello</div>; } }

MyComponent() => { return <div>Hello</div>; }

React.createComponent(MyComponent)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a maneira correta de adicionar uma classe CSS em um elemento JSX?

class="my-class"

className="my-class"

classList="my-class"

css="my-class"

Access all questions and much more by creating a free account

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?