Monday 9 September 2013

Adding Labels and forms in HTML


<html>
<body>

Click on one of the text labels to toggle the related control:

<form action="demo_form.asp">
<label for="male">Male</label>
<input id="male" name="sex" type="radio" value="male" />

<label for="female">Female</label>
<input id="female" name="sex" type="radio" value="female" />


<input type="submit" value="Submit" />
</form>

</body>
</html>



Click on one of the text labels to toggle the related control:











No comments:

Post a Comment

Wildern Pupils if you log onto your school email account you can leave a comment via that ID.