Added a test html file with textareas
This commit is contained in:
parent
4c501e7001
commit
20c4aaa1d7
1 changed files with 20 additions and 0 deletions
20
_test/textarea.html
Normal file
20
_test/textarea.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Testpage with textareas</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>Some text...</p>
|
||||
|
||||
<textarea id="test" style="width: 400px; height: 140px;">First text area</textarea>
|
||||
|
||||
<div>
|
||||
<p>More text...</p>
|
||||
|
||||
<textarea id="test2" style="width: 400px; height: 140px;">Second text area</textarea>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue