I want to create a form where my friend can input information that will be displayed on the same page. For example, when he enters the title in a text field and clicks submit, it should appear in the title box. Additionally, he should be able to enter values for height and width, which would then generate a div with those dimensions. Here is what I have so far: . Any suggestions on the best language to use would be greatly appreciated. Thank you.