Files
2018-10-16 21:32:40 +05:30

20 lines
901 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Use tabindex to Add Keyboard Focus to an Element
localeTitle: Использование tabindex для добавления фокуса клавиатуры к элементу
---
## Использование tabindex для добавления фокуса клавиатуры к элементу
Следуя инструкциям:
Добавьте атрибут tabindex к тегу p и установите его значение «0».
строка 16 \`\` \`CSS
Инструкции: заполните всю вашу информацию и нажмите « **Отправить».**
```
becomes:
```css
<p tabindex="0">Instructions: Fill in ALL your information then click <b>Submit</b></p>
```
Таким образом, он будет получать фокус клавиатуры, когда пользователь наберет страницу.