placeholder-6-textarea.html (258B)
1 <!DOCTYPE html> 2 <html> 3 <!-- Test placeholder behavior when textarea is too small --> 4 <link rel='stylesheet' type='text/css' href='placeholder-style.css'> 5 <body> 6 <textarea cols="5" rows="3" placeholder="my placeholder"></textarea> 7 </body> 8 </html>