mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 21:19:57 +00:00
18 lines
246 B
HTML
18 lines
246 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="div">
|
|
<textarea rows="3" cols="5" id="textarea">x y</textarea>
|
|
</div>
|
|
|
|
<select style="-moz-appearance:none">
|
|
<option id="opt1"></option>
|
|
</select>
|
|
|
|
</body>
|
|
</html>
|
|
|