Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: textarea - placeholder attribute</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<meta name="flags" content="interact">
<body>
<p>
Test passes if there is a "Placeholder Text" in the text area,
and if the "Placeholder Text" disappears after type in any character.
</p>
<textarea placeholder="Placeholder Text"></textarea>
</body>