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>
<form id="tweet-this" action="https://twitter.com/share" method="get">
<input type="textbox" name="value" />
<button>Send Tweet!</button>
</form>
</body>
</html>
Choose the code that would fill out the tweet form and submit it.
Choose the correct answer below: