Computer Science, asked by mehak76, 1 year ago

write down the HTML code to create a form displaying usage of text field and radio button

Answers

Answered by saurav89
1
Type

Description

<input type="text">

Defines a one-line text input field

<input type="radio">

Defines a radio button (for selecting one of many choices)

<input type="submit">

Defines a submit button (for submitting the form)

Similar questions