<!DOCTYPE html> <html> <body> <h2 style="color: green">Horje</h2> <h2>HTML form Attribute</h2> <form rel="opener" action="mypage.php"> <input type="search" placeholder="search here" /> <input type="button" value="search" /> </form> </body> </html>