Compare two html files [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
开发者_运维知识库 Improve this questionHi I want to compare code of two HTML files. How do I achieve this?
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.
I use winmerge when I'm on Windows.
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.
精彩评论