Module: FunHtml::SpecElements::HTMLFrameElement

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

Instance Method Summary collapse

Instance Method Details

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



691
692
693
# File 'lib/fun_html/spec_elements.rb', line 691

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