Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<body>
<form action="https://www.w3schools.com/action_page.php">
Ім'я:<br>
<input type="text" name="firstname" value="Mickey">
<br>
Прізвище:<br>
<input type="text" name="lastname" value="Mouse">
<br><br>
<input type="submit">
</form>
</body>
</html>