Convert this group of elements into a complete HTML fragment, returned as a string.
# File hpricot/elements.rb, line 74 def to_html map { |x| x.output("") }.join end
<code/>
<pre/>
<code/>and<pre/>for code samples.