Files
pathduck.github.io/test/focus/index.html
T
2022-11-13 15:03:09 +01:00

11 lines
181 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Input focus test</title>
</head>
<body>
This should not get focus: <input><br>
This should get focus: <input autofocus><br>
</body>
</html>