KnowledgeBoat Logo

Computer Applications

Consider the following code fragments and determine how these code fragments would create form elements, i.e., draw how their output would appear in browser.

Male
<input type= "radio" value="male"><br> 
Female
<input type= "radio" value="female">

HTML Advanced Features

3 Likes

Answer

The output of this code fragment in browser is shown below:

HTML form radio button example with size. HTML Audio, Video & Forms, Computer Applications Code 165 Sumita Arora Solutions CBSE Class 10.

Answered By

2 Likes


Related Questions