An overview of HTML Tidy can be found at http://www.w3.org/People/Raggett/tidy/
How HTML Tidy is used: When you preview or upload your website, you are using HTML Tidy. Most advanced HTML editors on the market today are using some form of HTML Tidy in order to standardize their output.
Configuration: An
HTML Tidy configuration file called "default.tidy", located
in the Y.E.S.!
Error Log: HTML Tidy keeps a
log of errors which it finds within your most recently used document in
the file "error.tidy", which is also located in your Y.E.S.!
A complete description of the configuration settings which may be used can be found in the HTML Tidy Quick Reference.
tidy-mark: no
markup: yes
wrap: 80
wrap-attributes:yes
wrap-script-literals: no
literal-attributes: yes
indent: auto
indent-spaces: 2
indent-attributes: yes
output-xml: no
input-xml: no
doctype: "-//W3C//DTD HTML 4.01 Transitional//EN"
char-encoding: latin1
input-encoding: latin1
output-encoding: latin1
ascii-chars: no
quote-marks: yes
quote-nbsp: yes
quote-ampersand: no
fix-backslash: yes
break-before-br: no
uppercase-tags: yes
uppercase-attributes: yes
word-2000: yes
clean: no
logical-emphasis: no
drop-empty-paras: no
drop-font-tags: no
enclose-text: no
enclose-block-text: no
fix-bad-comments: no
write-back: no
keep-time: no
show-warnings: yes
fix-uri: yes
join-styles: no
ncr: no
numeric-entities: no
PreserveEntities: yes
NOTE:
HTML Tidy is not a product of
YukonSoft Corporation. HTML Tidy is an open source project originally
created by Dave Raggett, sponsored by the W3C (World Wide Web Consortium