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
<p><strong>Question:</strong> When will you use clear?</p>
119
-
<p><strong>Answer:</strong> clear is used to stop wrap of an element around a floating element. .</p>
120
-
121
-
<p>ref: <ahref="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes">MDN: data-*</a>, <ahref="http://www.sitepoint.com/use-html5-data-attributes/">use data attribute</a></p>
127
+
<p><strong>Answer:</strong> floating elements will not be accepted on the side you cleared. With 'clear' set to 'left', an element will be moved below any floating element on the left side. clear is used to stop wrap of an element around a floating element. .</p>
0 commit comments