More Form Exercises based on NLL416

This time I do not use the style definition from NLL404.

Select a color:

The book used the same <label> technique here that I did in the check box example. Placing the radio buttons inside the labels makes the labels clickable as well as the radio buttons themselves. I've changed the display property for the labels to block so that each radio button appears on a different line.

For the sake of learning I shall digress here to investigate the CSS attribute 'display'.

I returned and start with NLL415.

Check all symptoms that you are experiencing:

Checking how it looks like when I move the displayed explanation and add <|> for separation of entries.

Using Images as Submit Buttons - NLL417

For the Look : to try.

Hidden form fields are used when you want to embed data in a page that shouldn't be seen or modified by the user.

	
	

There are two lines above which do not show up even between <pre> tags. This is what they are. The space is shown without any characters.

<input type="hidden" name="id" value="1402" />

More form exercise is given in 036TestingForms.html where the file upload example is tested