Module: FunHtml::NodeDefinitions::HTMLMetaElement

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

Instance Method Summary collapse

Instance Method Details

#meta(attributes = nil) ⇒ Object



39
40
41
42
# File 'lib/fun_html/node_definitions.rb', line 39

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