http://www.perlmonks.org?node_id=51138


in reply to Re: Re: use CGI or die;
in thread use CGI or die;

Headings aren't in there to give you a convenient containter for random style markup. Headings are in the the HTML standard to allow you to break a document up into sections in an orderly fashion. People just abuse them to get nice giant bold text. If you want Nice Giant Bold Text and the text isn't a series of headers, please do use font or css on a <span> tag. H1-H6 tags should be used for headings so that they can be pulled into an outline of a document. Otherwise you just have found another way to abuse HTML.

--
$you = new YOU;
honk() if $you->love(perl)