24-09-2023 - Andrés Cruz
HTML This entry explains the formAction applicable to submit type inputs overriding the action attribute of the form. This entry explains the formAction applicable to input types submit overriding the action attribute of the form.
24-09-2023 - Andrés Cruz
HTML The datalist element provided in HTML5 allows you to create a set of viable options to set as a value in other elements of type input.
23-09-2023 - Andrés Cruz
HTML In this entry we will see a very useful element to work with SVGs, which is the symbol element; This element saves a lot of work and allows you to group a series of basic figures and paint them using the use element.
23-09-2023 - Andrés Cruz
HTML In this entry we will talk about the video and audio tags that allow us to display multimedia content on our website through videos and audios of different formats.
23-09-2023 - Andrés Cruz
HTML Many times we have a text field which we want to represent a price or ultimately a numerical value with a decimal part; for that we use the step attribute.
18-11-2021 - Andrés Cruz
HTML Muchas veces tenemos un campo de texto el cual queremos representar un precio o en definitiva un valor numérico con parte decimal; para eso usamos el atributo step.
06-08-2018 - Andrés Cruz
HTML Se explica como hacer que nuestros videos de YouTube o Vime sean responsive; se emplea CSS o JavaScript para lograr que los videos sean adaptables.
11-06-2018 - Andrés Cruz
HTML En esta entrada vamos a organizar el código anterior para mejorar un poco su legibilidad y estructura en general; para ello lo primeros que vamos hacer es agrupar ciertos atributos comunes.
29-05-2018 - Andrés Cruz
HTML Daremos los primeros pasos con los SVG, veremos como crear un SVG en HTML, veremos como crear una imagen SVG como tal y también veremos algunos de sus atributos para el color de los mismos, posición, tamaño y borde de los SVG, además de crear un sencillo
01-08-2017 - Andrés Cruz
HTML Veremos algunos botones cuyo menú será desplegado al pulsar (evento clic) o posicionarnos encima de los mismos (evento hover) sobre el mismo en forma de una rueda; los mismos fueron inspirados del Material Design.