optimization html code example
Example: optimized lots of html elements
document.createElement("tagName"); // This is the fastest way to create an element
document.createElement("tagName"); // This is the fastest way to create an element