зеркало из https://github.com/mozilla/gecko-dev.git
14 строки
235 B
HTML
14 строки
235 B
HTML
|
<!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>
|