Computer Science, asked by shanayasoni824, 5 months ago

plz help me to solve it. Jiska answer correct hoga use main brainlist mark kar dungi but answer the question fast plz ​

Attachments:

Answers

Answered by kbinimesh
0

Answer:

for 1

Explanation:

<!DOCTYPE html>

<html>

<body>

<h1>Display a Password Field</h1>

<form action="/action_page.php">

<label for="email">Email:</label>

<input type="email" id="email" name="email"><br><br>

<label for="pwd">Password:</label>

<input type="password" id="pwd" name="pwd" minlength="8"><br><br>

<input type="submit">

</form>

</body>

</html>

for 2

<input type="submit" value="Submit">

</form>

Similar questions