HTML CSS examples for HTML Tag:input placeholder
Set placeholder text for search input field
<html> <head></head> <body> <p> </p> <form> <input name="search" type="search" placeholder="Input type is search"> </form> </body><!--from w ww . j ava 2 s.com--> </html>