├── Fuentes └── fuentes.html ├── Lineas └── lineas.html ├── PaginaZapateria_Version1 ├── PaginaZapateria_Version1.png ├── index.html └── styles.css ├── Practica3 ├── Ejercicio3.css └── Ejercicio3.html ├── README.md ├── estructura ├── css │ └── estilos.css └── estructura.html ├── etiquetas ├── etiquetas.html └── imagenes │ └── Koku.jpg ├── grid2 ├── ejercicio2.html └── ejercicios2.css ├── html grid ├── css │ └── estilos.css └── index.html ├── pract1 ├── index.html └── styles.css ├── pract10 ├── index.html └── styles.css ├── pract11 ├── index.html ├── scripts.js └── styles.css ├── pract12 ├── index.html ├── scripts.js └── styles.css ├── pract2 ├── index.html └── styles.css ├── pract3 ├── index.html └── styles.css ├── pract4 ├── index.html └── styles.css ├── pract5 ├── index.html └── styles.css ├── pract6 ├── index.html └── styles.css ├── pract7 ├── index.html └── styles.css ├── pract8 ├── index.html └── styles.css └── pract9 ├── index.html └── styles.css /Fuentes/fuentes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/Fuentes/fuentes.html -------------------------------------------------------------------------------- /Lineas/lineas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/Lineas/lineas.html -------------------------------------------------------------------------------- /PaginaZapateria_Version1/PaginaZapateria_Version1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/PaginaZapateria_Version1/PaginaZapateria_Version1.png -------------------------------------------------------------------------------- /PaginaZapateria_Version1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/PaginaZapateria_Version1/index.html -------------------------------------------------------------------------------- /PaginaZapateria_Version1/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/PaginaZapateria_Version1/styles.css -------------------------------------------------------------------------------- /Practica3/Ejercicio3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/Practica3/Ejercicio3.css -------------------------------------------------------------------------------- /Practica3/Ejercicio3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/Practica3/Ejercicio3.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/README.md -------------------------------------------------------------------------------- /estructura/css/estilos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/estructura/css/estilos.css -------------------------------------------------------------------------------- /estructura/estructura.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/estructura/estructura.html -------------------------------------------------------------------------------- /etiquetas/etiquetas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/etiquetas/etiquetas.html -------------------------------------------------------------------------------- /etiquetas/imagenes/Koku.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/etiquetas/imagenes/Koku.jpg -------------------------------------------------------------------------------- /grid2/ejercicio2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/grid2/ejercicio2.html -------------------------------------------------------------------------------- /grid2/ejercicios2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/grid2/ejercicios2.css -------------------------------------------------------------------------------- /html grid/css/estilos.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/html grid/css/estilos.css -------------------------------------------------------------------------------- /html grid/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/html grid/index.html -------------------------------------------------------------------------------- /pract1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract1/index.html -------------------------------------------------------------------------------- /pract1/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract1/styles.css -------------------------------------------------------------------------------- /pract10/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract10/index.html -------------------------------------------------------------------------------- /pract10/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract10/styles.css -------------------------------------------------------------------------------- /pract11/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract11/index.html -------------------------------------------------------------------------------- /pract11/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract11/scripts.js -------------------------------------------------------------------------------- /pract11/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract11/styles.css -------------------------------------------------------------------------------- /pract12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract12/index.html -------------------------------------------------------------------------------- /pract12/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract12/scripts.js -------------------------------------------------------------------------------- /pract12/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract12/styles.css -------------------------------------------------------------------------------- /pract2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract2/index.html -------------------------------------------------------------------------------- /pract2/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract2/styles.css -------------------------------------------------------------------------------- /pract3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract3/index.html -------------------------------------------------------------------------------- /pract3/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract3/styles.css -------------------------------------------------------------------------------- /pract4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract4/index.html -------------------------------------------------------------------------------- /pract4/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract4/styles.css -------------------------------------------------------------------------------- /pract5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract5/index.html -------------------------------------------------------------------------------- /pract5/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract5/styles.css -------------------------------------------------------------------------------- /pract6/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract6/index.html -------------------------------------------------------------------------------- /pract6/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract6/styles.css -------------------------------------------------------------------------------- /pract7/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract7/index.html -------------------------------------------------------------------------------- /pract7/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract7/styles.css -------------------------------------------------------------------------------- /pract8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract8/index.html -------------------------------------------------------------------------------- /pract8/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract8/styles.css -------------------------------------------------------------------------------- /pract9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract9/index.html -------------------------------------------------------------------------------- /pract9/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/juancondorijara/Ejercicios_CA/HEAD/pract9/styles.css --------------------------------------------------------------------------------