HTML-EasyTags
view release on metacpan or search on metacpan
lib/HTML/EasyTags.pm view on Meta::CPAN
well; their formats are unique compared to all the other tags. The other main
uses I had for the document was in determining all the HTML tags which were not
used as a pair (most use pairs, few don't), and for determining which tag
attributes made a positive assertion just by their presence, without need for any
associated values (most have values, few don't).
Thanks to W3C for publishing their standards documents in an easy-to-understand
manner. I made good use of their XHTML primer document when making release 1-06
of this module. The most recent version is at "http://www.w3.org/TR/xhtml1".
The full title is "XHTML(TM) 1.0: The Extensible HyperText Markup Language --
A Reformulation of HTML 4 in XML 1.0 -- W3C Recommendation 26 January 2000".
I used this document to determine what changes I needed to make for this
module's output to easily support the new XHTML standard as it supported HTML 4
and previous versions before, while keeping backwards compatability.
Thanks to B<Lincoln D. Stein> for setting a good interface standard in the
HTML-related methods of his CGI.pm module. I was heavily influenced by his
interfaces when designing my own. Thanks also because I borrowed ideas for my
Synopsis program from his aforementioned module.
=head1 SEE ALSO
( run in 2.321 seconds using v1.01-cache-2.11-cpan-483215c6ad5 )