Generation

Página simple de carros

<!DOCTYPE html> <html> <head> <title>Página simple de carros</title> </head> <body> <table border="1"> <tr> <th>Modelo</th><th>Año</th><th>Fabricante</th> </tr> <tr> <td>Civic</td><td>2013</td><td>Honda</td> </tr> <tr> <td>Camaro</td><td>2011</td><td>Chevrolet</td> </tr> </table> </body> </html>

Want to kickstart your project?Use the new AI Studio to create your code