I'm looking for an online tool that can pretty print my mark up. Something that will indent properly, nest correctly, etc. The mark up will be valid XHTML; I just need it to look pretty. Suggestions?
feedback
|
|
Hard to go wrong with HTML Tidy Online; it does everything you've asked. | |||
|
feedback
|
|
Try http://prettydiff.com/?m=beautify&html It can beautify any kind of markup language delimited by angle brackets if you remove the html parameter from the address above. It can also beautify multi-dimensional tags that may be used in server-side tag libraries such as, JSTL:
It will also beautify the JavaScript if contained by a script tag that either has no type attribute or a type attribute with one of the various JavaScript MIME types. It beautify CSS if contained in a style tag with no type attribute or a type attribute containing the value: text/css. | ||||
|
feedback
|
|
jsbeautifier does a fair job | |||
|
feedback
|