Hello HashCode.
There is a button and there is a field, I need to make sure that when I click on the button, the word “Hello” is added to the field.
Code:
<form action = "" method = "post"> <input type = "submit" value = "Добавить текст" /> <br /><br /> <input type = "text" name = "text" /> </form>