Problems:
Write a code segment that will create a password field in HTML form. 2014
Source Code:
<html>
<head>
<title>password</title>
</head>
<body>
<!------Create a password field ------>
<label>Password:</label><br>
<input type="password" name="password">
</body>
</html>
Screeshots of Source Code(Browser):
Output:
****
💬আরো পড়ুন এবং জানুন💬
- Create a password field in HTML form
- Basic Forms | HTML Input
- PHP Calculating GPA
- Write the php code to calculate the display GPA in the web browser
- How to Insert Data Into MySQL Database Table & Retrieving data form database Using PHP
- How to Insert and retrieving data from MySQL database using Program
- Creating a new database & Table in mysql Databases
Post a Comment