Closed willcosgrove closed 12 years ago
You can define two tags on the same line with a :
ul li: a href="#" Home
Would output
<ul> <li><a href="#">Home</a></li> </ul>
But the a in that slim line does not get colored the same as the li.
a
li
You can define two tags on the same line with a :
Would output
But the
a
in that slim line does not get colored the same as theli
.