10 lines
157 B
HTML
10 lines
157 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input />
|
|
<input type='text' />
|
|
<input type='search' />
|
|
<textarea></textarea>
|
|
<input type='radio' />
|
|
</body>
|
|
</html>
|