I would like to use Autofocus and Placeholder in the same input Box. It works in most browsers except for Internet Explorer, the Autofocus cancels out the Placeholder. Could you tell me how to stop this from happening?
<html>
<body>
<input type="type" placeholder="PlaceHolder Text" autofocus="autofocus">
</body>
</html>