Element.prototype.createElement >= 2.0.0

Purpose

Create a new element instance

Syntax

Element#createElement ( Stringtag_name );

Use this if you want to create a new element with javascript. This method is available on the server and the client (as opposed to <code>document.createElement()</code>, which is only available on the browser)

Parameters

tag_name
The tag name of the element to create