I have an HTML element with a large collection of unordered lists contained within it. I need to clone this element to place elsewhere on the page with different styles adde
If you will have several similar items on a page, it is best to use classes, not ids. That way you can apply styles to uls inside different container ids.