-----------------------------------------------------------------------------------------
<html><!--root tag-->
<head><!--used for meta tag-->
<title><!--title tag-->
form with type search
</title>
</head>
<body><!--is a container-->
form <br>
<form><!--opening of form tag-->
enter data to be searched
<input type="search">
<!--accepts number. we can put max or min attribute-->
</form>
</body>
</html>
No comments:
Post a Comment