Ayuda urgentemente! Por favor alguien que me pueda sacar de esta duda :)
Adjuntos:
Respuestas a la pregunta
Contestado por
3
Buenas noches, mira el ejercicio tiene un poco de javascript para poder realizar el efecto de titulo intermitente.
<!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
Castellano,
hace 7 meses
Química,
hace 1 año
Matemáticas,
hace 1 año
Inglés,
hace 1 año