Hover effects on images with CSS

29-09-2023 - Andrés Cruz

Hover effects on images with CSS

HTML In this post we will see how to create a simple hover effect with CSS on an image; To do this, place an image as a background in a container and place multiple consecutive boxes (divs) of a fraction of the size of the background.

Continuar leyendo


Editable sections in the HTML with the contenteditable attribute

29-09-2023 - 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.

Continuar leyendo


The pattern attribute to validate forms using Regular Expressions in HTML5

28-09-2023 - Andrés Cruz

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,

Continuar leyendo


New Form Fields in HTML5 (Quick Guide)

28-09-2023 - Andrés Cruz

New Form Fields in HTML5 (Quick Guide)

HTML In this article I will try to show you the new fields that HTML5 brings us; As we will see, there are many specific "types" for each type of field; going through various date formats until reaching others such as email, url, ranges, among others.

Continuar leyendo


Quick Guide to the br Element in HTML

27-09-2023 - Andrés Cruz

Quick Guide to the br Element in HTML

HTML The br element is used to give line breaks; We can use several in a chain so that in this way several line breaks are produced, the br tag is not closed.

Continuar leyendo


The dialog element in HTML5

27-09-2023 - Andrés Cruz

The dialog element in HTML5

HTML The <dialog> (dialog) defines a dialog box or simply a new window.

Continuar leyendo


How to insert YouTube videos on our website (HTML)?

26-09-2023 - Andrés Cruz

How to insert YouTube videos on our website (HTML)?

HTML YouTube is a digital content platform where you can find all kinds of videos as well as providing options that allow you to easily insert videos into our website (HTML).

Continuar leyendo


How to change the contrast of an image with HTML5?

26-09-2023 - Andrés Cruz

How to change the contrast of an image with HTML5?

HTML En este artículo veremos cómo aumentar o reducir el contraste de una imagen con HTML5; además hablaremos un poco de como sería el proceso para aumentar el brillo de una imagen; que es un caso similar.

Continuar leyendo


Draw a Line in Loop (cycle) with HTML5 Canvas

25-09-2023 - Andrés Cruz

Draw a Line in Loop (cycle) with HTML5 Canvas

HTML In this article we will see how to draw a line in a Loop or cycle in HTML5; specifically, with the Canvas API.

Continuar leyendo


The area and map element in HTML

25-09-2023 - Andrés Cruz

The area and map element in HTML

HTML With the area element it is possible to create clickable areas within an image; the area element must contain child elements called map.

Continuar leyendo


)