Module: FunHtml::SpecElements::HTMLLegendElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/spec_elements.rb
Instance Method Summary collapse
Instance Method Details
#legend(attributes = nil, &elements) ⇒ Object
612 613 614 |
# File 'lib/fun_html/spec_elements.rb', line 612 def legend(attributes = nil, &elements) write('<legend', '</legend>', attributes, &elements) end |