HTML 单选按钮颜色更改
我认为这是一件非常简单的事情,但我不知道如何做......因此我在这里。我编写了一个简单的 HTML 表单,需要更改单选按钮上文本的颜色。有人对如何做到这一点有任何想法吗?
I think this is a pretty simple thing to do, but I don't know how.. thus I'm here. I have written a simple HTML form and need to change the color of the text on a Radio Button. Anyone have any ideas on how this is done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
现在您通过 CSS 选择标签并将其设置为具有颜色...您可以使用类或关系,例如:
Now you select the LABEL via CSS and set it to have a color... You can use classes or relationship, for example:
假设以下 HTML:
只需向 span 添加一个类,或者将其包装在使用基本 CSS 的 div 和样式中:
Assuming the following HTML:
Just either add a class to the span, or wrap it in a div and style that using basic CSS: