Comment supprimer le texte en surbrillance sur double clic
/**HTML**/
<h1 class="element">The Element</h1>
/**CSS**/
.element {
user-select: none;
}
deejay
/**HTML**/
<h1 class="element">The Element</h1>
/**CSS**/
.element {
user-select: none;
}