Wednesday 11 January 2017

The Basic Input Field of Login Page

Input field in login page

<body>
<form method="post" action="#"><pre>
E-mail<input type="email" name="email" id="email" /><br />

Password<input type="password" name="password" id="pwd" /><br />
<input type="submit" name="n" value="submit"  />

</pre></body>

No comments:

Post a Comment