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