Enter the names of the missing tags (they should be submitted in order and separated by spaces).
A total of 3 tags missed.
<!DOCTYPE html>
<html>
<head>
<title>HTML form</❓>
</head>
<❓>
<form>
<p>First Name:</p>
<❓ type="text" name="firstName">
<p>Last Name:</p>
<input type="text" name="lastName">
<button type="submit">Send</button>
</form>
</body>
</html>