Pular para o conteúdo principal

Questão de Programação — HTML (HyperText Markup Language) — CESGRANRIO 2011

ProgramaçãoHTML (HyperText Markup Language)
Código
cg042211
Banca
CESGRANRIO
Órgão
Petrobras
Ano
2011
Nível
Médio
Cargo
Técnico de Informática
Imagem associada para resolução da questão Qual código HTML gerou a página Web mostrada na figura acima?
  1. A<html> <head> <title>Concurso Petrobras</title> <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1”> </head> <body> <div align=”center”><font size=”10”><strong><font face=”Arial, Helvetica, sans-serif ”>Concurso Petrobras </font></strong></font> </div> </body> </html>
  2. B<html> <head> <title>Concurso Petrobrás</title> <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1”> </head> <body> <div align=”left”><font size=”4”><strong><font face=”Arial, Helvetica, sans-serif”>Concurso Petrobrás </font></strong></font> </div> </body> </html>
  3. C<html> <head> <title>Concurso Petrobras</title> <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1”> </head> <body> <div align=”right”><font size=”4”><strong><font face=”Arial, Helvetica, sans-serif”> Concurso Petrobras </font></strong></font> </div></i> </body> </html>
  4. D<html> <head> <title>Concurso Petrobrás</title> <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1”> </head> <body> <div align=”center”><font size=”4”> <font face=”Arial, Helvetica, sans-serif”> <s>Concurso Petrobrás </font></font> </div></s> </body> </html>
  5. E<html> <head> <title>Concurso Petrobras</title> <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1”> </head> <body> <div align=”right”><font size=”4”> <font face=”Arial, Helvetica, sans-serif”> <i>Concurso Petrobrás </font></font> </div></i> </body> </html>
Revelar gabarito e comentário

GabaritoA — <html> <head> <title>Concurso Petrobras</title> <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1”> </head> <body> <div align=”center”><font size=”10”><strong><font face=”Arial, Helvetica, sans-serif ”>Concurso Petrobras </font></strong></font> </div> </body> </html>

Link permanente: /questoes/cg042211