mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
17 lines
573 B
HTML
17 lines
573 B
HTML
<style>
|
|
</style>
|
|
<div><input type="checkbox"></div>
|
|
<div><input type="text" size="30" value="placeholder"></div>
|
|
<div><input type="text" size="10" value="whefghijklmnopqrstuvwxyzabcdefg"></div>
|
|
<div><input type="text" value=""><div>
|
|
<div><input type="submit"><input type="reset"><div>
|
|
<div><input type="checkbox"></div>
|
|
<div><input type="checkbox" checked></div>
|
|
<div>group 1
|
|
<div><input type="radio"></div>
|
|
<div><input type="radio" checked></div>
|
|
</div>
|
|
<div>group 2
|
|
<div><input type="radio" name="a" checked></div>
|
|
<div><input type="radio" name="a"></div>
|
|
</div>
|