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
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>File-type_or_document_related_tools|File-type or document related tools</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[File-type or document related tools]] > [[Tidy]]
=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 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:
Line 6: Line 5:
tidy -o &lt;corrected-file&gt; &lt;input-file&gt;
tidy -o &lt;corrected-file&gt; &lt;input-file&gt;
</pre>
</pre>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[File-type or document related tools]] > [[Tidy]]

Latest revision as of 15:32, 24 August 2022

Home > CentOS > CentOS 6.x > File-type or document related tools > 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>


Home > CentOS > CentOS 6.x > File-type or document related tools > Tidy