[title=W3School]
{
border:5px solid blue;
}
说明:对所有title="W3School"的元素设置样式
input[type="text"]
{
  width:150px;
  display:block;
  margin-bottom:10px;
  background-color:yellow;
  font-family: Verdana, Arial;
}

input[type="button"]
{
  width:120px;
  margin-left:35px;
  display:block;
  font-family: Verdana, Arial;
}

相关文章:

  • 2021-11-18
  • 2022-02-28
  • 2022-03-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2021-11-22
相关资源
相似解决方案