⟩ Explain what event bubbling is?
Event bubbling causes all events in the child nodes to be automatically passed to its parent nodes. The benefit of this method is speed because the code only needs to traverse the DOM tree once.
Event bubbling causes all events in the child nodes to be automatically passed to its parent nodes. The benefit of this method is speed because the code only needs to traverse the DOM tree once.
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?
How would we select the 3rd li element and retrieve the value of it's id attribute w/out selecting the li by id? *You can select it by index? <ul id="list"> <li id="one"></li> <li id="two"></li> <li id="three"></li> <li id="four"></li> </ul>
Tell me what is the difference between HTML5 interaction in Sencha and Twitter/Bootstrap?
Tell me what CSS class do you use to span 12 columns on medium sized screens but only 6 columns on large screens in the latest version of Bootstrap?