Magna Concursos
2473401 Ano: 2013
Disciplina: TI - Desenvolvimento de Sistemas
Banca: VUNESP
Orgão: MPE-ES
Considere o código da página web a seguir:
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div{ width: 50px; }
</style>
</head>
<body>
<div style="width: 200px">
<div>DIV1</div>
<div style="float:left;">DIV2</div>
<div style="float:right;">DIV3</div>
<div style="float:left;">DIV4</div>
<div style="float:left;">DIV5</div>
<div style="float:left;">DIV6</div>
<div style="float:right;">DIV7</div>
<div style="float:right">DIV8</div>
<div style="clear:both;">DIV9</div>
</div>
</body>
</html>
Ao ser carregado por um navegador web, o resultado produzido em tela será:
 

Provas

Questão presente nas seguintes provas

Agente Técnico - Desenvolvedor/Web Design

80 Questões