File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -186,21 +186,16 @@ <h2>7. David Shariff </h2>
186186 < p > < strong > Answer:</ strong > </ p >
187187 < p > ref: < a href ="http://davidshariff.com/quiz/ "> David Shariff: quiz</ a > </ p >
188188</ div >
189- <!-- < div id="download_order">
190- <h2>8. download order </h2>
191- <p><strong>Question:</strong> Does style1.css have to be downloaded and parsed before style2.css can be fetched ?</p>
189+ < div id ="download_order ">
190+ < h2 > 8. applied rule </ h2 >
191+ < p > < strong > Question:</ strong > What is the color of text sausage ?</ p >
192192 < pre > < code >
193- <head ><br/> <link href ="style1.css " rel ="stylesheet "><br/> <link href ="main2.css " rel ="stylesheet "><br/></head >
193+ <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 >
195- <p><strong>Answer:</strong> No</p>
196- <p><strong>Question:</strong> Does main2.css have to be downloaded and parsed before Paragraph 1 is rendered on the page?</p>
197- <pre><code>
198- <head><br/> <link href="main1.css" rel="stylesheet"><br/></head><br/><body><br/> <p>Paragraph 1</p><br/> <p>Paragraph 2</p><br/> <link href="main2.css" rel="stylesheet"><br/></body>
199- </code></pre>
200- <p><strong>Answer:</strong> yes</p>
195+ < p > < strong > Answer:</ strong > blue</ p >
201196
202197ref: < a href ="http://davidshariff.com/quiz/ "> David Shariff: quiz</ a >
203- </div> -->
198+ </ div >
204199<!-- <div id="optional_tag">
205200 <h2>9. self closing tag</h2>
206201 <p><strong>Question:</strong> What are optional closing tag? and why would u use it?</p>
You can’t perform that action at this time.
0 commit comments