Tablas: Cabeceras colores y estilos

CATÁlogo: Carreras

Facultad

Estilo etiqueta del combo

 

Marcado

<h5 for="recipient-name" class="control-label">Facultad</h5>

                    

Estilo

/* ESTILO h5: texto en layúsculas */
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase!important;
}
                    

Estructura Opcion Default Combos

 

Estructura

/*
    SE DEBE AGREGAR A TODOS LOS COMBOS UNA OPCION DEFAULT,
    QUE INDIQUE "SELECCIONE UNA OPCION"
*/

<option selected="selected" value="Seleccione una opci¨®n">Seleccione una opci¨®n</option>