PROVA PARANÁ - PENSAMENTO COMPUTACIONAL | REVISÃO ENSINO MÉDIO 1

PROVA PARANÁ - PENSAMENTO COMPUTACIONAL | REVISÃO ENSINO MÉDIO 1

10th Grade

12 Qs

quiz-placeholder

Similar activities

PROGRAMAÇÃO PARA WEB

PROGRAMAÇÃO PARA WEB

10th - 12th Grade

16 Qs

HTML & JavaScript Assessment

HTML & JavaScript Assessment

9th - 10th Grade

15 Qs

Estructura y Texto de Bootstrap

Estructura y Texto de Bootstrap

10th Grade

10 Qs

Podstawowe znaczniki HTML

Podstawowe znaczniki HTML

10th Grade

10 Qs

Текстові елементи веб-сторінки

Текстові елементи веб-сторінки

9th - 11th Grade

12 Qs

Test Your Knowledge of HTML

Test Your Knowledge of HTML

9th - 12th Grade

15 Qs

Coding the Web #1

Coding the Web #1

9th - 12th Grade

10 Qs

PROVA PARANÁ - PENSAMENTO COMPUTACIONAL | REVISÃO ENSINO MÉDIO 1

PROVA PARANÁ - PENSAMENTO COMPUTACIONAL | REVISÃO ENSINO MÉDIO 1

Assessment

Quiz

Computers

10th Grade

Hard

Created by

MARCELO BUSSOLA

Used 102+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Adicionar novos elementos ao site é uma função essencial da aprendizagem de programação.

Sabemos que praticamente todos os projetos possuem um cabeçalho.

Qual é a tag responsável pela criação de um cabeçalho no arquivo HTML?


<head>

<body>

<p>

<header>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

HTML5 e CSS3 Por que precisamos tirar os estilos que o navegador cria automaticamente?

Para que o nosso estilo criado não seja influenciado pelo estilo que o navegador adiciona

Não precisamos, pois o navegador só adiciona o que vai nos ajudar

Não precisamos, pois o navegador está correto

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Como deve ser a marcação em HTML?


<strong>Frase de </strong><em>exemplo</em

<em>Frase de <strong>exemplo</strong></em>

<strong>Frase de <em>exemplo</em></strong>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A tag <a> de ancoragem é utilizada para direcionar um texto ou uma imagem para outra página. Entretanto, existem atributos responsáveis por executar o download de um arquivo, direcionar uma URL, entre outras funções. Pensando nisso, com que objetivo devemos usar o atributo href?

Para adicionar uma imagem à página.


Para criar uma lista de links.


Para indicar o destino a que um link deve nos levar.

Para estilizar um elemento de nossa página no CSS.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ao criarmos o escopo de uma página HTML, utilizamos três tags principais, em sequência.

Ordene os blocos que representam a ordem correta da criação das três

tags que caracterizam um documento HTML.


<html> <head> </head> <body> </body> </html>

<html> </html><head> </head> <body> </body>

<html> <head> </head></body> </html> <body>


<html> </html> <body> </body><head> </head>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual a propriedade que usamos para deixar o conteúdo do meu texto em maiúsculo?

font-weight: bold

text-decoration: none

text-transform: uppercase

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dadas as seguintes tags HTML:

1) <!DOCTYPE>

2) <html>

3) <head> e <body>

Na estrutura de uma página HTML, qual das tags acima é necessária?


A tag <!DOCTYPE>

As tags <head> e <body>

A tag <html>


Todas as tags mencionadas anteriormente.

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?