append(<selector>, <html>)
Append the <html> to the inside of the element selected by <selector>. The selector used can be any valid JQuery selector.
The following ruleset shows append() being used
The following demonstrates the preceding rule:
Labels: