“Comment faire un texte non sélectionnable sur un site” Réponses codées

Comment faire un texte non sélectionnable sur un site

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
Xerothermic Xenomorph

Comment faire un texte non sélectionnable sur un site

<label class="unselectable">Unselectable label</label>
Xerothermic Xenomorph

Réponses similaires à “Comment faire un texte non sélectionnable sur un site”

Questions similaires à “Comment faire un texte non sélectionnable sur un site”

Plus de réponses similaires à “Comment faire un texte non sélectionnable sur un site” dans HTML

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code