<html>
<body>
<p>Clear the input field when it gets focus:</p>
<input type="text" onfocus="this.value=''" value="Blabla">
</body>
<!-- Mirrored from www.w3schools.com/howto/tryit.asp?filename=tryhow_html_clear_input by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:38:48 GMT -->
</html>