optimized lots of html elements

HTML
document.createElement("tagName"); // This is the fastest way to create an element
Source

Also in HTML: