Images

03/05/2017

El ingeniero nos dio las pautas para realizar el proyecto.

Información valdación html5:

El atributo «required»Al incluir el atributo required dentro de un elemento <input>, automáticamente se hace obligatorio su llenado y al ser un atributo tipo booleano, solo se requiere su presencia sin más.<input type="text" name="nombre" required/>
En el momento en que se encuentra un error de validación se ejecuta la acción por defecto del navegador, normalmente aparece un pequeño globo emergente (tooltip) conteniendo un texto de advertencia. Añadiendo el atributo title en la etiqueta <input>, se puede extender la información mostrada.
<input title="Se necesita un nombre" type="text" name="nombre" required/>

Images

26/04/2017

                                                            PRUEBA SABER


No pudo haber clase por la prueba saber
Images

19/04/2017

En la clase de hoy vimos codigo css 

<!DOCTYPE html>
<html>
<head>
<title>hola</title>
</head>
<body>


<style>

    body{background-color:#a0c7e2 }

     hr{color:#ff2b09;}

     a{color:#dfbc0f;
       font-family: arial}

     a:hover{color:#000;
             font-size:30px;
             background-color:#8d38c1;
             font-family: arial;
             text-transform: uppercase;}

     a:focus{color:#0F0;
             }

  .teclado{color:#537232;
           font-family: impact;
           font-size:40px;}
 input{
          background: linear-gradient(left, #e62222, #9bb64d);
                background: -moz-linear-gradient(left, #e62222, #9bb64d);
                background: -webkit-linear-gradient(left, #e62222, #9bb64d);
                background: -o-linear-gradient(left, #e62222, #9bb64d);}

   input.pass{
          background: linear-gradient(left, #ffe000, #0d1599);
                background: -moz-linear-gradient(left, #ffe000, #0d1599);
                background: -webkit-linear-gradient(left, #ffe000, #0d1599);
                background: -o-linear-gradient(left, #ffe000, #0d1599);}

</style>

<a href="http://www.google.com" target="_blank">Ir a la pagina de google</a>
<hr>
<a href="http://www.google.com" class="uno" target="_blank">Ir a la pagina de google</a>
<hr>
<a href="http://www.google.com" class="dos" target="_blank">Ir a la pagina de google</a>
<br><br><br>
Bucaramanga <span class="teclado"> Ciudad</span> Bonita


<input type="password" class="pass" id="d"><hr>
   <input type="checkbox" id="check"><hr>

</body>

</html>
Images

abril/12/2017

NO hay clase, vacaciones de Semana Santa
Images

PUBLICACION ESPECIAL

<html>
<head><title></head></title>
<style>
<body>

h1 span{
    color: #FF0000;
    font-size: 30px
    text-transform: lowercase;
    text-shadow: 1px 2px #999;
}

</body>
</html>
Segundo periodo