Search code examples
cssfocussetfocus

Can you set textbox to focus in css


I am exploring to see if you can set initial form textbox focus to a certain input box using css. I know how to do it JavaScript, but just searching the web and I cannot find the answer.


Solution

  • I'm pretty sure it's not possible – @bumpy

    You can use "autofocus" attribute in HTML. I am not aware of any way how to achieve that purely with CSS, you need either JS or HTML. – @OndraKoupil