how use HTML5 Search Input box
<html><head>
<title>HTML5 Search Input Box</title>
</head>
<body>
<form action="http://www.example.org/search.php">
<p>Search:</p>
<input type="search" name="search" />
<input type="submit" value="Search" />
</form>
</body>
</html>
0 comments:
Post a Comment