在CSS中如何以及如何使用引号?
width: 150px; /* or */ width: "150px"; height: 50%; /* or */ height: "50%"; font-family: Verdana; /* or */ font-family: "Verdana";
css
css ×1