Tidy

From Notes_Wiki
Revision as of 10:57, 9 September 2018 by Saurabh (talk | contribs)

<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>


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