html
This commit is contained in:
@@ -111,6 +111,16 @@
|
||||
<input type="submit" value="submit" />
|
||||
</form>
|
||||
|
||||
<form>
|
||||
<label for="male">Male</label>
|
||||
<input type="radio" name="gender" id="male" value="male" /> <br />
|
||||
<label for="female">Female</label>
|
||||
<input type="radio" name="gender" id="female" value="female" /> <br />
|
||||
<label for="other">Other</label>
|
||||
<input type="radio" name="gender" id="other" value="other" /> <br />
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
|
||||
<script>
|
||||
function testFunc() {
|
||||
alert('Call testFunc!');
|
||||
|
Reference in New Issue
Block a user