diegocastro 0 Posted July 4, 2020 Report Share Posted July 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> Quote Link to post Share on other sites
Question
diegocastro 0
Link to post
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.