1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00
Files
pathduck.github.io/test/spatial-navigation/frame.html
Stian Lund 7ac9d732b5 Spatnav
2023-08-17 18:18:38 +02:00

14 lines
363 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Input focus test</title>
</head>
<body>
<p><span onclick="alert('You clicked me!')"><button>Button</button></span></p>
<p><textarea cols="20" rows="3">Textarea</textarea></p>
<p><input type="text">Input type=text</p>
<p><input type="date">Input type=date</p>
<p><input type="time">Input type=time</p>
</body>
</html>