<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/jsref/tryit.asp?filename=tryjsref_onfocus_clear by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:02:56 GMT -->
</html>