You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css.html
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -245,13 +245,16 @@ <h2>9. applied rule-2</h2>
245
245
<p>ref: <ahref="">David Shariff</a></p>
246
246
</div>
247
247
248
-
<!-- <div id="div_span">
249
-
<h2>10. span vs div</h2>
250
-
<p><strong>Question:</strong> What is the difference between span, div?</p>
251
-
<p><strong>Answer:</strong> div is a block element and span is inline element.</p>
252
-
<p><strong>Extra:</strong> it is illegal to put block element inside inline element. div can have a p tag and a p tag can have a span. However, span can't have a div or p tag inside.</p>
248
+
<divid="div_span">
249
+
<h2>10. download resources</h2>
250
+
<p><strong>Question:</strong> On page load, will mypic.jpg get downloaded by the browser?</p>
0 commit comments