Tool to copy an element of a website (HTML + CSS)

merrontech

New Member
I'm learning web development looking for a tool which lets me copy an element of a website (for example, say a menu) and copy both the HTML and CSS for that element for tinkering. Similar to when you inspect element in chrome except allowing you to save and or copy to clipboard easily. Does anyone have any experience with such a tool?

Thanks in advance.
 

Daniel Dixon

New Member
The Tools like Firebug and Chrome Developer Tools makes it very easy to inspect the specific code, But if you want to copy a separate section and play around with it locally, It would be a pain to copy all the individual portion with their associated CSS. And possibly just as much work to save the entire source and cut out the unrelated code.
 
Top