blob: 58a82f3049b225219ebefa209359d0845afe069b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<style>
fieldset, input, select {
display: ruby;
}
</style>
<fieldset></fieldset>
<input type="color">
<input type="file">
<input type="number">
<input type="range">
<select></select>
<select size="2"></select>
|