Module: FunHtml::NodeDefinitions::HTMLLinkElement
- Included in:
- HTMLAllElements
- Defined in:
- lib/fun_html/node_definitions.rb
Instance Method Summary collapse
Instance Method Details
#link(attributes = nil) ⇒ Object
32 33 34 35 |
# File 'lib/fun_html/node_definitions.rb', line 32 def link(attributes = nil) # no child elements allowed and no closing tag write('<link', '>', attributes) end |