Manual
Pricing
Join Waitlist
Create HTML paragraph tag (p)
html:p(STRING $content="", ARRAY $attributes=[ ], STRING $margin_top="0px", STRING $margin_bottom="0.5em", BOOL $escape_html=TRUE) : STRING
html:p('hi') #=> "<p>hi</p>" html:p() #=> "<p></p>" html:p('hello',['style'=>'color:red']) #=> "<p style=\"color:red\">hello</p>"
Copyright ©2013-2022 SunSed®. All rights reserved.
Search