Module: FunHtml::NodeDefinitions::HTMLImageElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/node_definitions.rb
Instance Method Summary collapse
Instance Method Details
#img(attributes = nil) ⇒ Object
422 423 424 425 |
# File 'lib/fun_html/node_definitions.rb', line 422 def img(attributes = nil) # no child elements allowed and no closing tag write('<img', '>', attributes) end |