Module: FunHtml::SpecElements::HTMLParagraphElement

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

Instance Method Summary collapse

Instance Method Details

#p(attributes = nil, &elements) ⇒ Object



295
296
297
# File 'lib/fun_html/spec_elements.rb', line 295

def p(attributes = nil, &elements)
  write('<p', '</p>', attributes, &elements)
end