JavaScript: the HTML5 dialog element
JavaScript

JavaScript: the HTML5 dialog element

The HTML5 dialog element is an interesting feature that allows you to create customizable dialog boxes within a web page. In JavaScript, this element can be used to create user interactions that require feedback or confirmation.
Read more
CSS: how to hide a label element with accessibility in mind

CSS: how to hide a label element with accessibility in mind

Hiding a label element can be useful in various situations, for example when you want to create a cleaner user interface or when you want to present information only to certain users. However, it is important that this is done in an accessible way so that users with disabilities do not lose access to the information contained in this element.
Read more