INICIO PRIMER PERIODO
Cronograma:
http://coldivinoamor.com/web2015/cronogramas/10/cronograma-decimo-periodo-1.pdf
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