Module: FunHtml::NodeDefinitions::HTMLAreaElement

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

Instance Method Summary collapse

Instance Method Details

#area(attributes = nil) ⇒ Object



473
474
475
476
# File 'lib/fun_html/node_definitions.rb', line 473

def area(attributes = nil)
  # no child elements allowed and no closing tag
  write('<area', '>', attributes)
end