-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[.ShellClassInfo] | ||
InfoTip=Esta pasta está compartilhada on-line. | ||
IconFile=C:\Program Files\Google\Drive\googledrivesync.exe | ||
IconIndex=16 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<meta charset="UTF-8"> | ||
|
||
|
||
<h1>mi primer programa HTML!!</h1> | ||
<br> | ||
<br> | ||
<br> | ||
|
||
será esto realmente un programa? descubralo <a href="https://es.wikipedia.org/wiki/HTML">aqui</a> | ||
|
||
<br> | ||
|
||
ingresa <a href="https://es.wikipedia.org/wiki/JavaScript">aqui</a> para ver un verdadero lenguage de programación | ||
|
||
|
||
<script> | ||
alert("Esto sí es lenguaje de programación"); | ||
</script> | ||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<meta charset="UTF-8"> | ||
|
||
|
||
|
||
<script> | ||
|
||
document.write("la suma de las edades de Juan, Pedro y Carlos es..."); | ||
document.write("<br>"); | ||
document.write((20+25+15)); | ||
document.write("<br>"); | ||
document.write("<br>"); | ||
document.write("Juan nació en el año..."); | ||
document.write("<br>"); | ||
document.write(2020 - 20); | ||
document.write("<br>"); | ||
document.write("<br>"); | ||
document.write("Pedro nació en el año..."); | ||
document.write("<br>"); | ||
document.write(2020 - 25); | ||
document.write("<br>"); | ||
document.write("<br>"); | ||
document.write("Carlos nació en el año..."); | ||
document.write("<br>"); | ||
document.write(2020 - 15); | ||
|
||
</script> | ||
|
||
|
||
This comment has been minimized.
Sorry, something went wrong. |
30 comments
on commit 398a76e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ejercicios del archivo programa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`
"); document.write((25+18+12)); document.write("
"); document.write("
"); document.write("Leidys nacio en el año...") document.write("
"); document.write(2022-25); document.write("
"); document.write("
"); document.write("Linda nacio en el año..."); document.write("
"); document.write(2022-18); document.write("
"); document.write("
"); document.write("Jhohanys nacio en el año..."); document.write("
"); document.write(2022-12); </script>
`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
") document.write ((20+35+15)/3) document.write ("
") document.write ("
") document.write ("El año de nacimiento de Juan es...") document.write ("
") document.write ("
") document.write (2022-20); document.write ("
") document.write ("
") document.write ("El año de nacimiento de Rafa es...") document.write ("
") document.write ("
") document.write (2022-35); document.write ("
") document.write ("
") document.write ("El año de nacimiento de Carlos es...") document.write ("
") document.write ("
") document.write (2022-15); </script> <script> document.write("
Sea bienvenido
"); </script>Sea bienvenido
<script> </script>There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PROGRAMA
<script> function saltarLinea() { document.write(""); document.write("
"); document.write("
"); } function imprimir(frase) { document.write(frase) saltarLinea(); } var anho= 2025; imprimir("hola amigos"); //este codigo calcula la edades de Juan, Pedro y Carlos imprimir("Juan tiene: " + (anho-2000) + "años"); imprimir("Pedro tiene: " + (anho-1995) + "años"); anho= 2030 imprimir("Carlos tiene: " + (anho-2005) + "años"); </script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
") document.write((25+15+20)/3); </script> <script> document.write("
") document.write("
") document.write("el año de nacimiento de christian es...") document.write("
") document.write(2022-30); </script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<title>Programa</title> <script > document.write("La edad de Carlos es...") document.write("?") document.write("ejercicios del archivo programa
") document.write(2022 - 1996 +" Años") document.write("
") document.write("Estoy escribiendo desde el mundo JavaScript en el mundo HTML") </script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
) document.write((20+15+25)); document.write("Juan nació en el año..." ); document.write(
) document.write((2020 - 20)); document.write("Pedro nació en el año..." ); document.write(
) document.write((2020 - 15)); document.write("Carlos nació en el año..." ); document.write(
) document.write((2020 - 25)); </script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excelente estoy aprendiendo, excelente
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vaya!!
Es interesante java y html.
"); document.write(20+25+15); document.write("
") document.write("Juan nacio en el año.."); document.write("
"); document.write(2020-20); document.write("
"); document.write("
") document.write("Pedro nacio en el año.."); document.write("
"); document.write(2020-25); document.write("
"); document.write("
") document.write("Carlos nacio en el año.."); document.write("
"); document.write(2020-15); document.write("
"); </script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"); document.write((20+25+15)); document.write("
"); document.write("
"); document.write("Juan nacio en el año..." ); document.write("
"); document.write(2020-20); document.write("
"); document.write("
"); document.write("Pedro nacio en el año..." ); document.write("
"); document.write(2020-25); document.write("
"); document.write("
"); document.write("carlos nacio en el año..." ); document.write("
"); document.write(2020-15); document.write("
"); document.write("
"); document.write("Sea bienvenido"); </script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"); document.write((20+25+15)); document.write("
"); document.write("
"); document.write("Juan nació en el año..."); document.write("
"); document.write(2020-20); document.write("
"); document.write("
"); document.write("Pedro nació en el año..."); document.write("
"); document.write(2020-25); document.write("
"); document.write("
"); document.write("Carlos nació en el año..."); document.write("
"); document.write(2020-15); </script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"); document.write((20+25+15)); document.write("
"); document.write("
"); document.write(""); document.write(2022-20); document.write("
"); document.write("
"); document.write(""); document.write(2022-25); document.write("
"); document.write("
"); document.write(""); document.write(2022-15); </script>
<script> document.write(12 + " años"); </script>
<script> document.write(Mi edad es + 12); </script>
<script> document.write("Media calculada " + 20); </script>
<script> document.write(10 + 20); </script>
<script> document.write("Estoy escribiendo desde el mundo JavaScript en el mundo HTML"); </script>
Estoy escribiendo desde el mundo JavaScript en el mundo HTML <script> </script>
Estoy escribiendo desde el mundo JavaScript en el mundo HTML <script> </script> Aquí también estamos en el mundo HTML, porque está fuera de la etiqueta script
<script> document.write(10 + 20); </script>
<script> document.write("
Sea bienvenido
"); </script>Sea bienvenido
<script> </script>document.write("Sea bienvenido"); <script> </script>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mi primer programa html!!
¿Será esto realmente un programa?
descubralo aquí
Ingresa aquí aquí para ver un verdadero lenguaje de programación
<script> alert("Este sí es un lenguaje de programación"); </script>
document.write("Sea bienvenido"); <script> </script>