wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Revisão Programação Web - 2

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

A estrutura básica de um documento HTML (o chamado esqueleto) deve conter as seguintes tags:

a)

a. <!doctype>

b. <html></html>

c. <head></head>

d. <body></body>

b)

a. <html></html>

b. <body></body>

c. <title></title>

c)

a. <html></html>

b. <body></body>

c. <p></p>

d)

a. <html></html>

b. <head></head>

c. <meta charset="UTF-8">

2.

O seguinte marcador é responsável por criar um parágrafo:

a)

<b></b>

b)

<i></i>

c)

<strong></strong>

d)

<p></p>

3.

O marcador é responsável por deixar o texto em negrito;

a)

<a href>

b)

<b></b>

c)

<strong></strong>

d)

<i></i>

4.

Responsável pela inclinação do texto, entre outros marcador:

a)

<b></b>

b)

<em></em>

c)

<p></p>

d)

<strong></strong>

5.

Responsável pela quebra de linha:

a)

<hr />

b)

<br />

c)

<p>

d)

<sup>

6.

Qual desses é o maior heading?

a)

H2

b)

H3

c)

H4

d)

H6

7.

Qual a forma certa de escrever uma tag h1?

a)

<h1>Hello</h1>

b)

<h1>"Hello

c)

{h1}Hello{/h1}

d)

<h1>Hello<h1>

8.

Qual é a forma correta em HTML para inserir uma quebra de linha?

a)

<b>

b)

<lb>

c)

<br/>

d)

<break>

9.

CSS é um padrão para?

a)

Closed Source Style

b)

Crucial Style Sheets

c)

Cascading Style Sheets

d)

Corresponding Static Style

10.

Qual código fará a cor de fundo da página ficar vermelha?

a)

<body style=background-color:red;>

b)

<body style="background-color:yellow;">

c)

<body style="background-color:red;">

d)

<body colormybg="background-color:red;">

11.
Which word is not used in HTML structure?
a)
footer
b)
body
c)
head
d)
arm
12.

Qual desse NÃO é navegador web?

a)

Chrome

b)

Internet explorer

c)

FireFox

d)

Yahoo

13.

Qual o caminho correto para adicionar um atributo numa tag html?

a)

class=title

b)

#title

c)

id="title"

d)

@title

14.

CSS é usado para estilizar páginas web?

a)

Verdadeiro

b)

Falso

15.

O que está faltando no esqueleto HTML?


<!DOCTYPE html>

<html>

<body>

</body>

</html>

a)

<head></head>

b)

<div></div>

c)

<img></img>

d)

<head>