2009-03-17 17:32:08 -07:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<body>
|
2009-03-31 18:07:18 -07:00
|
|
|
<p><div style="-moz-appearance:button; width:100px; height:20px;"></div>
|
2009-03-17 17:32:08 -07:00
|
|
|
<p><input>
|
|
|
|
<p><input type=submit value=submit>
|
|
|
|
<p><input type=text value=text >
|
|
|
|
<p><input type=password value=password>
|
|
|
|
<p><input type=reset value=reset>
|
|
|
|
<p><input type=button value=button>
|
|
|
|
<p><button> <button> </button>
|
|
|
|
<p><button type=button> <button type=button> </button>
|
|
|
|
<p><button type=submit> <button type=submit> </button>
|
|
|
|
<p><button type=reset> <button type=reset> </button>
|
|
|
|
<p><select size="3"><option>a</option><option>b</option></select>
|
|
|
|
<p><select size="1"><option>a</option><option>b</option></select>
|
|
|
|
</body>
|
|
|
|
</html>
|