Comment rendre une entrée non focalisable dans HTML

<!-- Set the 'tabindex' attribute to '-1' -->
<input type="text" tabindex="-1" />
Code Rabbi