Quiz Question 1 of 3
With the following HTML:
<html>
<body>
<form action="https://somesite.com/login" method="post" >
<input type="password" name="value" />
<button>Login!</button>
</form>
</body>
</html>
Choose the best way to locate the login button.
Choose the correct answer below: