Hi I want to compare code of two HTML files. How do I achieve this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as off topic by Alin Purcaru, nc3b, Bill the Lizard♦ Apr 12 '11 at 16:22
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
If you can use a tool; there are a lot of compare-tools available like UltraCompare. But if you want to build it yourself; please let us know. Edit: There is a Java library available for this. |
|||||
|
|
If you are on a Unix platform, you can compare the two files using a program such as diff. |
|||
|
|
|
Dynamically or just in an editor? On Windows, use Winmerge. On a Mac, use TextWrangler. |
|||
|
|