wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

HTML e CSS

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Como você inicia uma tag HTML?

a)

<html>

b)

[html]

c)

{html}

d)

|html|

2.

Qual das opções abaixo é uma tag de fechamento?

a)

<div>

b)

</div>

c)

[div]

d)

|div|

3.

Qual é a tag utilizada para criar um parágrafo em HTML?

a)

<paragraph>

b)

<para>

c)

<text>

d)

<p>

4.

Qual atributo é usado para definir uma URL em um link dentro da tag <a>?

a)

src

b)

href

c)

link

d)

url

5.

Qual é o seletor CSS (estilo) para selecionar todos os parágrafos em uma página?

a)

.p

b)

#p

c)

p

d)

*p

6.

Como você define a cor de fundo de uma página usando CSS?

a)

color: red;

b)

background-color: #fcba03;

c)

background-color: red;

d)

fundo: vermelho

7.

Qual a tag correta para incluir um estilo CSS em um documento HTML?

a)

<style>

b)

<link>

c)

<css>

d)

<script>

8.

Qual a tag HTML para criar um cabeçalho de nível 1?

a)

<header>

b)

<cabeçalho>

c)

<cabeçalho1>

d)

<h1>

9.

Qual é a propriedade CSS para alterar a fonte de um texto?

a)

font-weight

b)

text-font

c)

font-family

d)

text-style

10.

Como você aplica uma classe CSS a um elemento HTML?

a)

<div class="nomeClasse">

b)

<div id="nomeClasse">

c)

<div style="nomeClasse">

d)

<div css="nomeClasse">