Module: FunHtml::SpecElements::HTMLImageElement

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

Instance Method Summary collapse

Instance Method Details

#img(attributes = nil) ⇒ Object



422
423
424
425
# File 'lib/fun_html/spec_elements.rb', line 422

def img(attributes = nil)
  # no child elements allowed and no closing tag
  write_void('<img', attributes)
end