Same line : syntax
willcosgrove opened this issue · 0 comments
willcosgrove commented
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
.