Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.79K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
UI / UX Design x 1
Favorite Tags
web-design x 1
php x 1
1 Posted Topic
here is the code for login page using html [CODE]<html> <head> <title>login page</title> </head> <center> <p><strong>login:</strong> <input type="text" name="username" size="20"></p> <p><strong>password</strong> <input type="password" name="password" size="20"></p> <br></br> <button type="reset" style="height:40px; width:100px">reset</button >    <button type="submit" style="height:40px; width:100px">submit</button> <p><a href="registration.html"><align="right">new users register hear </a></p> </center> </body> </html>[/CODE] steps 1) copy paste above code …
The End.
cosmicguypradip