Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Guardando primer cambio Natalia Olmos#36

Open
NataliaOlmos wants to merge 19 commits into
Laboratoria:masterfrom
NataliaOlmos:master
Open

Guardando primer cambio Natalia Olmos#36
NataliaOlmos wants to merge 19 commits into
Laboratoria:masterfrom
NataliaOlmos:master

Conversation

@NataliaOlmos

Copy link
Copy Markdown

No description provided.

Comment thread src/cifrar.html Outdated
</head>
<div align="center"><h1>CIFRAR</h1>
<script src="cifrar.js"></script>
</head>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aquí tiene una etiqueta de más.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gracias Adriana!!! lo tomaré en cuenta!! :)

Comment thread src/cifrar.html Outdated
<script src="cifrar.js"></script>
</head>
<body>
<div align="center"><p>Introduce el texto y número de desplazamientos para comenzar</p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sugiero que el acomodo de los elementos, así como los estilos vayan en el CSS

Comment thread src/cifrar.html Outdated
<body>
<div align="center"><p>Introduce el texto y número de desplazamientos para comenzar</p>
<div align="center"><p>Texto:</p><form name="formulario1">
<textarea placeholder="Escribe aquí el texto..." type="text1" name="caja1" value="" size=20 cols="75" rows="7"></textarea>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El type solo es text.

Comment thread src/cifrar.html Outdated
<div align="center"> <p>Número desplazamientos:</p><form name="desplazar" method="post" action="mostrarMensaje">
<!-- Lista de selección -->
<div align="center"><select name="combo">
<!-- Opciones de la lista -->

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recordemos que los comentarios solo cuando sean necesarios, esto es bastante explícito.

Comment thread src/cifrar.html Outdated
</select>
</form>
<div align="center"><input type="button" value="cifrar" onclick="decodificar()"></p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lo mismo aqui

Comment thread src/descifrar.html Outdated
</head>
<div align="center"><h1>DESCIFRAR</h1>
<script src="cifrar.js"></script>
</head>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misma etiqueta de cierre.

Comment thread src/descifrar.html Outdated
<link href="styledescifrar.css" rel="stylesheet" type="text/css"/>
</head>
<div align="center"><h1>DESCIFRAR</h1>
<script src="cifrar.js"></script>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La indentación y legibilidad es bien importante, procura tener consistencia.

Comment thread src/stylecifrar.css Outdated
@@ -0,0 +1,16 @@
body { background-color: #F7F07B;
position: absolute;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hay que aplicar buenas prácticas, este código no es tan legible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants