mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
Update files
This commit is contained in:
@@ -1,14 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Input focus test</title>
|
||||
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
|
||||
<title>Input focus test</title>
|
||||
<style>
|
||||
body {color: white; background: darkslategray;} a {color: deepskyblue;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span onclick="alert('You clicked me!')"><button>Button</button></span></p>
|
||||
<p><textarea cols="20" rows="3">Textarea</textarea></p>
|
||||
<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="date">Input type=date</p>
|
||||
<p><input type="time">Input type=time</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user