1. Is there any limit to how many div tags you can nest, if not would it affect performance to make a list by nesting div tags?

2. Is there a performance issue using innerhtml to update an entire page as long as its stored in javascript? Any other way of just updating a small portion of a div tag?