Parses html and add it to content.
html
DOMNode addHTML(String html) { var list = $html(html); if (list.isNotEmpty) { _addToContent(list); normalizeContent(); } return this; }