martes, 20 de septiembre de 2016

EJERCICIO PRÁCTICO DE JAVASCRIPT. (CLASE N°27)

<html>
<head><title></title></head>
<script>
document.write(“<center>Karen Villamizar </center>”)
document.write(” <hr>”)
document.write(“<centerfont color=’blue’>15</font> </center> “)
document.write(“<hr)
document.write(“<marqueehavior=’alternate’ width=’60%’>Divino amor</marquee>”)
</script>
<body>
</body>
</html>
  
RECOMENDACIONES:

1.Abrir y cerrar la etiqueta script.
                   <script>
                   </script>

2.Todo en minúscula siempre.

3.El primer archivo siempre se debe llamar index.

No hay comentarios.:

Publicar un comentario