- or download this
print h1({-class=>'Fancy'},'Welcome to the Party');
- or download this
print h1({-style=>'Color: red;'},'Welcome to Hell');
- or download this
print span({-style=>'Color: red;'},
h1('Welcome to Hell'),
"Where did that handbasket get to?"
);
- or download this
use CGI qw/:standard :html3/;
...
"Whooo wee!"
);
print end_html;