creates a new HTML element
name | string | the name of an HTML element |
attrs | object | the object with attributes |
html | string | the inner HTML of a new element |
HTMLElement | a newly-created HTML element |
webix.html.create("div", { name:"myname" }, "Some content");