Magna Concursos
2660005 Ano: 2007
Disciplina: TI - Desenvolvimento de Sistemas
Banca: CESPE / CEBRASPE
Orgão: Petrobrás

Código 1

<frameset cols="30%,*">
<frame src="frame1.html" noresize scrolling="no">
<frameset rows="50%,*">
<frame src="frame2.html" noresize scrolling="no">
<frame src="frame3.html" noresize scrolling="yes">
</frameset>
</frameset>

Código 2
<html>
<head>
<link rel=stylesheet href=estilo.css type=text/css>
</head>
<body>
<center><table>
<form method=GET action="http://www.livraria.br/cgibin/
consulta">
<table border cellspacing=0 cellpadding=3>
<tr><th colspan=3 align=center>CONSULTA AO
ESTOQUE</th>
</tr><tr>
<th align=left>Produto</th>
<td align=center>
<input type=text name=produto size=15 maxlength=40>
</td><td rowspan=2>
<input type=submit value="Consultar" class=destaque>
</td></tr><tr>
<th align=left>Estado</th><td>
<input type=checkbox name=estado1 value="novo" checked>
Novo.
<input type=checkbox name=estado2 value="usado"> Usado.
</td></tr></table></form></center>
</body>
</html>

Enunciado 2789884-1

A respeito dos códigos HTML e da página ilustrada acima, julgue o item a seguir.

Desconsiderando-se cores e dimensões da página, é correto afirmar que o código a seguir está correto, que deve ser armazenado em um arquivo de nome frame3.html e que produz o conteúdo de um dos quadros na página mostrada.

<html>
<head>
<link rel=stylesheet href=estilo.css type=text/css>
</head>
<body>
<center>
<table border cellspacing=0 cellpadding=5>
<th align=center>DISPONIBILIDADE</th>
<tr align=center>
<th>Novo</th><td>15</td><td>24</td></tr>
<tr align=center>
<th>Usado</th><td>30</td><td>18</td></tr>
</table>
</center>
</body>
</html>

 

Provas

Questão presente nas seguintes provas

Analista de Sistemas - Processos de Negócios

149 Questões