For example, when you open Firebug and select an HTML element, the CSS styles that affect this element will show up on the right panel.
If this element has no child, copying its CSS styles is easy. But sometimes the element has lots of descendant elements and they have CSS styles defined on them as well.
What is quickest way that you know of to copy the CSS from HTML markups?
Many thanks to you all.