mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
LibWeb: Add textarea placeholder
This commit is contained in:
parent
091faf1aae
commit
52397d01bd
6 changed files with 85 additions and 33 deletions
|
@ -1,5 +1,8 @@
|
|||
<!doctype html>
|
||||
<textarea>
|
||||
<textarea cols="80" rows="5">
|
||||
This is some text
|
||||
inside a <textarea>
|
||||
</textarea>
|
||||
<textarea placeholder="Textarea placeholder!" cols="80" rows="5"></textarea>
|
||||
<textarea placeholder="Textarea placeholder!
|
||||
That is multiline!" cols="80" rows="5"></textarea>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue