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
For example, <div> (block element) should be replaced with space, but <span> (inline element) should not. Especially given that we get rid of CSS, then we can know that <div> will stay a block element and will not be changed with CSS.
For example,
<div>(block element) should be replaced with space, but<span>(inline element) should not. Especially given that we get rid of CSS, then we can know that<div>will stay a block element and will not be changed with CSS.