CGI-MxScreen
    
    
  
  
  
view release on metacpan or search on metacpan
MxScreen/HTML.pm view on Meta::CPAN
Those routines simply emit text within enclosing HTML tags.  The following
color routines are defined:
 red yellow orange green blue purple violet magenta cyan
For instance:
    print p(big(strong(red("WARNING:"))));
would print a big boldface (usually) WARNING: in red.
=head2 Non-portable HTML tags
The following routine add non-portable HTML tags that were introduced by
Netscape.  I don't recommend their use, but if you can't avoid it, they are:
 flash blink center
For instance:
( run in 0.271 second using v1.01-cache-2.11-cpan-5dc5da66d9d )