The formAction attribute in HTML

24-09-2023 - Andrés Cruz

The formAction attribute in HTML

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.

Continuar leyendo


The datalist element in HTML5

24-09-2023 - Andrés Cruz

The datalist element in HTML5

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.

Continuar leyendo


The symbol element for SVGs in HTML

23-09-2023 - Andrés Cruz

The symbol element for SVGs in HTML

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.

Continuar leyendo


Video and audio tags for multimedia in HTML

23-09-2023 - Andrés Cruz

Video and audio tags for multimedia in HTML

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.

Continuar leyendo


Use two decimals in the number type input, ideal for prices

23-09-2023 - Andrés Cruz

Use two decimals in the number type input, ideal for prices

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.

Continuar leyendo


Usar dos decimales en el input tipo number, ideal para precios

18-11-2021 - Andrés Cruz

Usar dos decimales en el input tipo number, ideal para precios

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.

Continuar leyendo


Incrustar vídeo de YouTube y que se vea responsive: dos soluciones con CSS y JavaScript

06-08-2018 - Andrés Cruz

Incrustar vídeo de YouTube y que se vea responsive: dos soluciones con CSS y JavaScript

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.

Continuar leyendo


Primeros pasos con los SVG de HTML5: Agrupando elementos comunes

11-06-2018 - Andrés Cruz

Primeros pasos con los SVG de HTML5: Agrupando elementos comunes

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.

Continuar leyendo


Primeros pasos con los SVG de HTML5: Creando un sencillo semáforo

29-05-2018 - Andrés Cruz

Primeros pasos con los SVG de HTML5: Creando un sencillo semáforo

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

Continuar leyendo


Cómo crear un menú de opciones tipo rueda con CSS y HTML

01-08-2017 - Andrés Cruz

Cómo crear un menú de opciones tipo rueda con CSS y HTML

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.

Continuar leyendo


)