Crea una taula amb tres links que obrin en un iFrame
e> <tr> <td><a href="https://www.google.com">google</a></td> <td><a href="https://www.yahoo.com">yahoo</a></td> <td><a href="https://www.bing.com">bing</a></td> </tr> </table> A: You can use the following CSS: table { border-collapse: collapse; } table td { border: 1px solid #000;