Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guardando primer cambio Natalia Olmos #36

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

NataliaOlmos
Copy link

No description provided.

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

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
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!! :)

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>

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

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>

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.

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 -->

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.

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

Choose a reason for hiding this comment

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

Lo mismo aqui

</head>
<div align="center"><h1>DESCIFRAR</h1>
<script src="cifrar.js"></script>
</head>

Choose a reason for hiding this comment

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

Misma etiqueta de cierre.

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

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.

@@ -0,0 +1,16 @@
body { background-color: #F7F07B;
position: absolute;

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants