There is no <blink>
formatting tag. To answer your question: you cannot make text blink; there is no feature for that.
No. It is similar, but it is proprietary.
Formatting tags:
These all require a closing tag, except those which are <implicit/>
. For example:
<bold>some bold text</bold>
<linebreak/>
<italic>some italicized text</italic><br/>
<underline>this text is underlined</underline>
…
<bold>
<extrabold>
<thin> : thinner style
<italic>
<underline>
<b>, <u>, <i> : short for bold, underline, italic
<img> : displays an image (URLs supported)
<linebreak/> : forces a NewLine (NL)
<br/> : stops auto-NL in Ticket Lister, fine-tune with <br/>
<sym> : displays symbol from Segoe UI Symbol font
<size x> : font size
<font x> : font name
<color x> : font color
<block margin color alignment width>
: margin=Left,Top,Right,Bottom
: alignment=left,right,center,justified
<panel color alignment>
: alignment=left,right,center