<!DOCTYPE html> <html> <body> <p>cursor focuses itself in the respective input field due to autofocus attribute</p> <input type="number" name="q" autofocus> <input type="submit" name="submit" value="Search"> </body> </html>
Run
×
Share