• Matéria: Informática
  • Autor: adrianynatali152
  • Perguntado 4 anos atrás

O código HTML abaixo possui um erro. Identifique-o.Requer resposta. Opção única.

(2 Pontos)

<html> <head> <title> EXERCICIO 08 - TABELAS </title> </head> <body text = "blue"> <br> <br> <table width = "20%" border = "1" cellspacing = "1" cellpadding = "3" align = "center"> <caption align = "bottom"> TABELA 1.ESTATISTICAS <caption> </table> </body> </html>

O código esta sem a tag <html>

A tag <caption> não esta fechada

A tag
não esta fechada

Colocando o atributo text = "blue" no <Body> acomete erro

Respostas

respondido por: Dev13
1

A tag caption nao esta fechada

Perguntas similares