⟩ Tell me how do you clear a floated element?
clear:both
clear:both
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?
Loop through the "me" object and print each value to the console without assuming you know the keys. Extra bonus print each color in a separate console.log() without assuming you know the key of "fcolors" (detect the array, and handle printing the values of the array?
Loop through the color array and print each value to the console. Assume you do not know the amount of colors in the color array?
Explain the difference between cookies, sessionStorage, and localStorage?
How to declare all elements with class of "blue-text" to have a text color of blue?