AYUDA html programa porfavor
Adjuntos:
Respuestas a la pregunta
Contestado por
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>
<!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:
Otras preguntas
Historia,
hace 7 meses
Arte,
hace 7 meses
Religión,
hace 7 meses
Matemáticas,
hace 1 año
Matemáticas,
hace 1 año
Matemáticas,
hace 1 año
Historia,
hace 1 año