A radio button can be created in HTML using the tag with the type attribute set to “radio”.
Here is an example:
```
```
In this example, three radio buttons are created labelled as Male, Female, and Other, respectively and they are grouped together by the same name (“gender”). Because they have the same name, only one of them can be selected at a time.