Search This Blog

HTML Input Tag With Search Example

HTML Input Tag With Search Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Input Tag With Search Example </h2>
<form>
<lable> Search: </lable> <input type="search" />
</form>
</body>
</html>
OUTPUT
HTML Input Tag With Search Example

No comments:

Post a Comment