将黑色的名字和红色的星号作为必填字段应用到占位符星号中,可以通过以下步骤实现:
<input type="text" placeholder="*">
input::placeholder {
color: black;
font-weight: bold;
}
input:required::placeholder::before {
content: "* ";
color: red;
}
腾讯云相关产品和产品介绍链接地址:
没有搜到相关的沙龙
领取专属 10元无门槛券
手把手带您无忧上云