Оптимизированное множество элементов HTML

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