Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

The formAction attribute in HTML

26-11-2025 - 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.


How to Embed a YouTube Video in HTML (and Make It Responsive)

31-07-2026 - Andrés Cruz

How to Embed a YouTube Video in HTML (and Make It Responsive)

HTML Learn how to embed a YouTube video in HTML step by step. Includes code for iframes, advanced parameters, and how to make it responsive with CSS and JS.


How use the pattern attribute to validate forms using Regular Expressions in HTML5

09-12-2025 - Andrés Cruz

How use the pattern attribute to validate forms using Regular Expressions in HTML5

HTML With the pattern attribute we can perform validations without using JavaScript libraries and without using external libraries, specifically regular expressions as we will see below; We will see how to validate, telephone numbers, ips, emails, texts, numbers,


Editable sections in the HTML with the contenteditable attribute

08-12-2025 - Andrés Cruz

Editable sections in the HTML with the contenteditable attribute

HTML The contenteditable attribute is applicable to any element and allows you to set an element to be editable; In addition, its use is exemplified and we will see the events.