AYUDA html programa porfavor

Adjuntos:

Respuestas

Respuesta dada por: camilo2944
3
Hace unos minutos resolví el mismo ejercicio igual te lo dejo vale.

<!DOCTYPE html><html>   <head>      <meta charset="utf-8">      <title>Ejercicio Brainly</title>   </head>   <body>      <center>
      <script language="JavaScript">  var estado=true;  setTimeout("ver()",450);  function ver (){  estado=!estado;  if(estado==true)  texto1.style.visibility="visible";  else  texto1.style.visibility="hidden";  setTimeout("ver()",450);  }  </script><p align="center" id="texto1"  style="visibility:visible"><font face="Arial, Helvetica,  sans-serif size="3">Ingrese Su texto</font></p>      <table BORDER>      <tr>      <th>Nombre</th> <th>Profesion</th>      </tr>      <tr>      <td>Sofia</td> <td>Programadora</td>      </tr>      <tr>      <td>Camilo</td> <td>Diseñador</td>      </tr>      </table>      </center>
   </body></html>

Adjuntos:
Preguntas similares