File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,12 @@ <h2>8. applied rule</h2>
193193<style>< br /> ul {< br /> color: red;< br /> }< br /> li {< br /> color: blue;< br /> }< br /> </style>< br /> <ul class="shopping-list" id="awesome">< br /> <li><span>Milk</span></li>< br /> <li class="favorite" id="must-buy"><span class="highlight">Sausage</span></li>< br /> </ul>
194194 </ code > </ pre >
195195< p > < strong > Answer:</ strong > blue</ p >
196-
196+ < br >
197+ < p > < strong > Question:</ strong > What would be color of text sausage?</ p >
198+ < pre > < code >
199+ <style>< br /> ul li {< br /> color: red;< br /> }< br /> #must-buy {< br /> color: blue;< br /> }< br /> </style>< br /> <ul class="shopping-list" id="awesome">< br /> <li><span>Milk</span></li>< br /> <li class="favorite" id="must-buy"><span class="highlight">Sausage</span></li>< br /> </ul>
200+ </ code > </ pre >
201+ < p > < strong > Answer:</ strong > blue</ p >
197202ref: < a href ="http://davidshariff.com/quiz/ "> David Shariff: quiz</ a >
198203</ div >
199204<!-- <div id="optional_tag">
You can’t perform that action at this time.
0 commit comments