Magna Concursos
1386371 Ano: 2009
Disciplina: TI - Desenvolvimento de Sistemas
Banca: IFPI
Orgão: IFPI
Provas:
Assinale a alternativa INCORRETA sobre a visualização da página a.html em um navegador Web.
arquivo: a.html arquivo: b.css
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<metahttp-equiv="content-type"content="text/html;charset=UTF-8" />
<title>Principal</title>
<link rel="stylesheet" href="b.css" />
</head>
<body>
<h1>IFPI</h1>
<p id="ifpi">Instituto</p>
<p class="ifpi">Federal</p>
<p>do Piauí</p>
</body>
</html>
body {
font-style: normal;
font-weight: normal;
font-family: serif;
}
h1 {
font-family: sans-serif;
}
p {
font-style: italic;
}
p.ifpi {
font-weight: bold;
font-family: sans-serif;
}
p#ifpi {
font-style: normal;
font-weight: normal;
}
 

Provas

Questão presente nas seguintes provas

Técnico de TI

50 Questões