I\'d like to be able to take my DOM, as is, and convert it to a string. Let\'s say I open up the inspector and make a change to the margin-left property of a particular ele
Internet Explorer -> Developer Tools -> DOM Explorer
Select element and right click -> "Copy element with styles".