HTML Tidy
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (September 2011) |
| Original author(s) | Dave Raggett |
|---|---|
| Type | Library |
| License | W3C Software Notice and License |
| Website | tidy.sourceforge.net |
HTML Tidy is a computer program and a library whose purpose is to fix invalid HTML and to improve the layout and indent style of the resulting markup.
It was developed by Dave Raggett of World Wide Web Consortium (W3C), then transferred to a SourceForge project. Its source code is written in ANSI C for maximum portability and precompiled binaries are available for a variety of platforms. It is available under the W3C license (a permissive, BSD-style license).
Examples of bad HTML it is able to fix:
- Missing or mismatched end tags, mixed up tags
- Adding missing items (some tags, quotes, ...)
- Reporting proprietary HTML extensions
- Change layout of markup to predefined style
- Transform characters from some encodings into HTML entities
[edit] See also
- CSSTidy
- CSE HTML Validator for Windows includes a GUI for HTML Tidy
[edit] External links
- HTML Tidy Project Page
- Clean up your Web pages with HTML TIDY
- HTML Tidy Online
- HTML Tidy service an online version of the HTML checker (w3.org)
- Mozilla/Firefox extension for HTML validation based on Tidy
- htmLawed, a Tidy-like PHP script
- Tidy PHP extension overview
- HTML Tidy for Windows, Batch Files for the Command Prompt
|
||||||||||||||||||||||||||||||||||||||
| This Web software related article is a stub. You can help Wikipedia by expanding it. |