<!DOCTYPE html>
<html>
<body>
<h2>Елемент input</h2>
<form action="https://www.w3schools.com/action_page.php">
Введіть ваше ім'я:
<input name="firstname" type="text">
<br><br>
<input type="submit">
</form>
</body>
</html>