------------------------------------------------------------------------------------------------------------------
<html><!--root tag-->
<head><!--used for meta tag-->
<title><!--title tag-->
form with type e-mail
</title>
</head>
<body><!--is a container-->
form <br>
<form><!--opening of form tag-->
enter email<br>
<input type="email">
<!--it validates the email entered by user-->
</form>
</body>
</html>
No comments:
Post a Comment