Font size
WorksheetsRevisão Programação Web - 2
Total questions: 15
Worksheet time: 9mins
A estrutura básica de um documento HTML (o chamado esqueleto) deve conter as seguintes tags:
a. <!doctype>
b. <html></html>
c. <head></head>
d. <body></body>
a. <html></html>
b. <body></body>
c. <title></title>
a. <html></html>
b. <body></body>
c. <p></p>
a. <html></html>
b. <head></head>
c. <meta charset="UTF-8">
O seguinte marcador é responsável por criar um parágrafo:
<b></b>
<i></i>
<strong></strong>
<p></p>
O marcador é responsável por deixar o texto em negrito;
<a href>
<b></b>
<strong></strong>
<i></i>
Responsável pela inclinação do texto, entre outros marcador:
<b></b>
<em></em>
<p></p>
<strong></strong>
Responsável pela quebra de linha:
<hr />
<br />
<p>
<sup>
Qual desses é o maior heading?
H2
H3
H4
H6
Qual a forma certa de escrever uma tag h1?
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Qual é a forma correta em HTML para inserir uma quebra de linha?
<b>
<lb>
<br/>
<break>
CSS é um padrão para?
Closed Source Style
Crucial Style Sheets
Cascading Style Sheets
Corresponding Static Style
Qual código fará a cor de fundo da página ficar vermelha?
<body style=background-color:red;>
<body style="background-color:yellow;">
<body style="background-color:red;">
<body colormybg="background-color:red;">
Qual desse NÃO é navegador web?
Chrome
Internet explorer
FireFox
Yahoo
Qual o caminho correto para adicionar um atributo numa tag html?
class=title
#title
id="title"
@title
CSS é usado para estilizar páginas web?
Verdadeiro
Falso
O que está faltando no esqueleto HTML?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
