Writes out a specifically formatted block of HTML text.
Pre Creates a PRE block (pre-formatted).
Safe Handles HTML special characters (see HTML_SAFE).
Tag Accepts a string indicating which HTML tag to use, allowing you to use any formatting tags (e.g.,
tag="address"
). If Tag is set, it overrides the predefined keywords Pre and BlockQuote.