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

Selectors in JavaScript

24-11-2025 - Andrés Cruz

Selectors in JavaScript

JavaScript Learn how to use the conditional pseudo-class :has() in CSS and JavaScript. Solve design problems, such as centering a caption, by selecting elements based on their adjacent siblings.


The details and summary tags to display on-demand content using only HTML

07-12-2025 - Andrés Cruz

The details and summary tags to display on-demand content using only HTML

HTML The details and summary tags are ideal for displaying on-demand content by demarcating relevant content, while summary is responsible for demarcating secondary content which is displayed on demand without using JavaScript.


Styles for custom checkbox in CSS

13-12-2025 - Andrés Cruz

Styles for custom checkbox in CSS

CSS In this entry we will see how to create a custom checkbox using only CSS, meaning that the default rendering done by browsers is not used.