Write an HTML page that has several radio buttons on it. When a radio button is clicked update some text on the page to say which radio button is clicked.

What will be an ideal response?

```


A Simple Web Page

A Simple Heading


This is a very simple web page. It tells you which
radio button is selected


Select a gender


onClick="document.getElementById('radioDisplay').innerHTML=
'You picked male!'">Male

onClick="document.getElementById('radioDisplay').innerHTML=
'You picked female!'">Female




```

Computer Science & Information Technology

You might also like to view...

Write an IOS command so that the addresses in the private network are mapped to the public IP address 128.143.136.80.

What will be an ideal response?

Computer Science & Information Technology

NetWare uses ____ to move data from one location to another to maintain effective use of available hard drive space.

A. data mitigation B. data harvesting C. data gathering D. data migration

Computer Science & Information Technology