cara membuat input tidak fokus dalam html

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