diegocastro Postado Julho 4, 2020 Denunciar Share Postado Julho 4, 2020 <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>HOME - meu pet</title> </head> <body> <!--Cria a tabela para definir a estrutura da pagina--> <table border="1" align="center" width"1000px"> <------- aq o width deveria aumentar a largura da tabela <!--Linha 1--> <tr> <td>BANNER</td> </tr> <!--Linha 2--> <tr> <td>MENU</td> </tr> <!--Linha 3--> <tr> <td>CORPO</td> </tr> <!--Linha 4--> <tr> <td>RODAPE</td> </tr> </table> </body> </html> Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
diegocastro
Link para o comentário
Compartilhar em outros sites
0 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.