1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-26 13:19:54 -04:00
This commit is contained in:
Stian Lund
2023-03-06 10:16:18 +01:00
parent b8f3f32926
commit eabe7c813b
5 changed files with 18 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
<title>Input focus test</title>
</head>
<body>
This should not get focus: <input><br>
This should get focus: <input autofocus><br>
<p>This should not get focus: <input></p>
<p>This should get focus: <input autofocus></p>
</body>
</html>