Ví dụ input radio Code: <!DOCTYPE html> <html> <body> <form> <input type="radio" name="sex" value="male" checked>Nam <br> <input type="radio" name="sex" value="female">Nữ </form> </body> </html> Kết quả: