martes, 10 de febrero de 2015

Clase No. 1- Febrero 4

  INICIO PRIMER PERIODO
Cronograma: 
http://coldivinoamor.com/web2015/cronogramas/10/cronograma-decimo-periodo-1.pdf

· Evaluación Html.
· JavaScript
     1.
<html>
<head>
<title>Prueba</title>
</head>
<body>         
<script>
alert("hola");
alert("mundo");
document.write("mensaje");
</script>
</body>
</html>








2.
<html>
<head>
<title>Prueba</title>
</head>
<body>
<scrip>                                                        
var a,b,c;
a=14;
b=20;
c=a+b;
alert("El resultado es:"+c);
</script>
</body>
</html>








 //=comentario, la línea en gris no se ejecuta.

No hay comentarios:

Publicar un comentario