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...

This holds the MAC address of a host, and this enables the message to be sent directly to the destination MAC address without the computer having to issue an ARP request for a MAC address.

What will be an ideal response?

Computer Science & Information Technology

A(n) ____________________ is an address to a resource on the Internet and it ends with a forward slash (/).

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which vulnerability follows the application in the vulnerability cycle?

A. service/server B. client C. human/organization D. network

Computer Science & Information Technology

Facial ________ is a biometric technology that looks for unique measurements in an individual's face.

A. duplexing B. recognition C. scanning D. projection

Computer Science & Information Technology