QuykHtml Object
Object.new( type )
Returns: Element Object - Returns an Element Object
Object.render()
Returns: The Raw HTML and opens chrome to render the HTML
Object.generate_skeleton()
Returns: N/A - Generates a simple skeleton of a website in the program directory
Element Object
Object.style.set( html_style_string )
Returns: Self - Styles the element IE: "font-size:12px;color:red;"
Object.insert(Element Object)
Returns: Self - Insert an element object into another
Object.add_attribute( str_attribute )
Returns: Self - Applies an attribute to an element IE: 'class="test-class' or 'onclick="alert('clicked!');"
Object.set_text( str_text )
Returns: Self - Sets the innerText value of the Element