You are on page 1of 1

<!

DOCTYPE html>
<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>
<label for="userPassword">Password: </label>
<input id="userPassword" type="password" size="12">
<button id="selectAll">Select All</button><label for="userPassword">Password:
</label>
<input id="userPassword" type="password" size="12">
<button id="selectAll">Select All</button>
<form name = "input" action = login php method = "get">
USER NAME : input type = "text" name = first name/><br/>
PASSWORD : input type = "text" name = pass/><br/>
input type = "submit" value = "sign in"/><br/>

<form action="/action_page.php" method="get">


<label for="fname">FIRST NAME:</label>
<input type="text" id="fname" name="fname"><br><br>
<label for="password">PASSWORD:</label>
<input type="password" id="lname" name="lname"><br><br>
<input type="submit" value="Submit">
</form>

You might also like