Long description

Back

The form contents in the browser from top to bottom are as follows. Title colon and textbox that contains the value "Central Park". Next, Country and textbox that contains the value United States. A button labeled Submit.

The code corresponding to the first textbox is as follows. open angle bracket input type equals open double quotes text close double quotes name equals open double quotes title close double quotes forward slash close angle bracket.

The code corresponding to the values in the two textboxes is as follows. title equals Central plus Park ampersand where equals United plus States.

The code corresponding to the second textbox is as follows. open angle bracket input type equals open double quotes text close double quotes name equals open double quotes where close double quotes forward slash close angle bracket.

Back