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 ...")
 
m
Line 6: Line 6:
tidy -o &lt;corrected-file&gt; &lt;input-file&gt;
tidy -o &lt;corrected-file&gt; &lt;input-file&gt;
</pre>
</pre>
<yambe:breadcrumb>File-type_or_document_related_tools|File-type or document related tools</yambe:breadcrumb>

Revision as of 10:57, 9 September 2018

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