Genera una página donde se puedan leer comics para luego usar una API con Javascript

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <table border="1"> <tr> <th>Titulo</th> <th>Autor</th> <th>Url</th> </tr> <tr> <td>Batman: The Man Who Laughs</td> <td>Ed Brubaker</td> <td>https://www.comics.org/issue/21533/</td> </tr> </table> </body> </html>

Questions about programming?Chat with your personal AI assistant