Skip to content

Commit b1a506c

Browse files
committed
added some david sharif question
1 parent 537f6b2 commit b1a506c

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

css.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
&lt;img src=&quot;mypic.jpg&quot; style=&quot;visibility:hidden&quot; alt=&quot;My photo&quot;&gt;<br/>
178-
</code></pre>
179-
<p><strong>Answer:</strong> yes</p>
180-
<pre><code>
181-
&lt;div style=&quot;display: none;&quot;&gt;<br/> &lt;img src=&quot;mypic.jpg&quot; alt=&quot;My photo&quot;&gt;<br/>&lt;/div&gt;
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 &lt;option&gt; 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 &lt;html&gt; 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

Comments
 (0)