Difference between revisions of "Tidy"

From Notes_Wiki
(Created page with "<yambe:breadcrumb>File-type_or_document_related_tools|File-type or document related tools</yambe:breadcrumb> =tidy= Tidy can be used to check an HTML document and to correct ...")
(No difference)

Revision as of 07:41, 14 February 2013

<yambe:breadcrumb>File-type_or_document_related_tools|File-type or document related tools</yambe:breadcrumb>

tidy

Tidy can be used to check an HTML document and to correct it, if necessary, so that it is XHTML complaint. To use tidy to check and possible correct an HTML file one can use:

tidy -o <corrected-file> <input-file>