Module: FunHtml::SpecElements::HTMLDListElement

Included in:
HTMLAllElements
Defined in:
lib/fun_html/spec_elements.rb

Instance Method Summary collapse

Instance Method Details

#dl(attributes = nil, &elements) ⇒ Object



356
357
358
# File 'lib/fun_html/spec_elements.rb', line 356

def dl(attributes = nil, &elements)
  write('<dl', '</dl>', attributes, &elements)
end