@@ -170,19 +170,22 @@ <h2>6. rem</h2>
170170 Note: google it and read about it.
171171 ref:
172172</ div >
173- <!-- <div id="http_request">
174- <h2>7. http requst </h2>
175- <p><strong>Question:</strong> Does the following trigger http request at the time of page load?</p>
176- <pre><code>
177- <img src="mypic.jpg" style="visibility:hidden" alt="My photo"><br/>
178- </code></pre>
179- <p><strong>Answer:</strong> yes</p>
180- <pre><code>
181- <div style="display: none;"><br/> <img src="mypic.jpg" alt="My photo"><br/></div>
182- </code></pre>
183- <P><strong>Answer:</strong> yes</P>
173+ < div id ="http_request ">
174+ < h2 > 7. David Shariff </ h2 >
175+ < p > < strong > Question:</ strong > The pseudo class :checked will select inputs with type radio or checkbox, but not <option> elements.</ p >
176+ < p > < strong > Answer:</ strong > False</ p >
177+ < p > < strong > Question:</ strong > In a HTML document, the pseudo class :root always refers to the <html> element.</ p >
178+ < p > < strong > Answer:</ strong > True</ p >
179+ < p > < strong > Question:</ strong > The translate() function can move the position of an element on the z-axis.</ p >
180+ < p > < strong > Answer:</ strong > False</ p >
181+ < p > < strong > Question:</ strong > </ p >
182+ < p > < strong > Answer:</ strong > </ p >
183+ < p > < strong > Question:</ strong > </ p >
184+ < p > < strong > Answer:</ strong > </ p >
185+ < p > < strong > Question:</ strong > </ p >
186+ < p > < strong > Answer:</ strong > </ p >
184187 < p > ref: < a href ="http://davidshariff.com/quiz/ "> David Shariff: quiz</ a > </ p >
185- </div> -->
188+ </ div >
186189<!-- <div id="download_order">
187190 <h2>8. download order</h2>
188191 <p><strong>Question:</strong> Does style1.css have to be downloaded and parsed before style2.css can be fetched?</p>
0 commit comments