⟩ How to clear a floated element?
A floated element is taken out of the document flow. To clear it you would need to do a clear:both or try overflow:auto on the containing div.
A floated element is taken out of the document flow. To clear it you would need to do a clear:both or try overflow:auto on the containing div.
Explain how do you optimize a website's assets?
Tell me what got you into Web Development?
Tell me what is your preferred development environment?
What is something new / something you have found interesting recently?
What is a CSS reset. What is the difference between a CSS reset and normalize.css?
Suppose My hyperlink or image is not displaying correctly, what is wrong with it?
Name 3 attributes of the css position property?
Name some online resources you reference when having CSS issues?
Tell me how do you make comments without text being picked up by the browser?
Name 3 attributes of the position property?