Module: FunHtml::NodeDefinitions::HTMLLabelElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/node_definitions.rb
Instance Method Summary collapse
Instance Method Details
#label(attributes = nil, &elements) ⇒ Object
| 539 540 541 | # File 'lib/fun_html/node_definitions.rb', line 539 def label(attributes = nil, &elements) write('<label', '</label>', attributes, &elements) end |