answersLogoWhite

0

How do you compare two HTML files using dos commands?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Go to the command prompt and type COMP and press return. You will be asked in turn for the files you want to compare.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you compare two HTML files using dos commands?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What can you use to compare the differences between two HTML files not the HTML code just the UI?

Flash


How can you get the HTML for swf files?

You cannon get the HTML since .swf is a file type created using Macromedia.


Advantage of using HTML?

That depends on the kind of HTML you are using. Most commands are fairly simple though.


How can you create HTML files?

HTML files are in their essence simply text files that are written in this code language called "HTML". To make programs recognize the text files as web documents, they are called .htm files. So in short, to create an HTML file, simply create a text file using Notepad, save it and change the file name to "xyz.htm" or "xyz.html" instead of "xyz.txt".


Can offline HTML files rendered on iPad?

yes we can save our HTML files in one folder into iPad using diskaid utility into one of apps like FileApp Pro installed in iPad.


What kind of files are webpages?

HTML files.


Which protocol is used to send and receive HTML file?

HTML files are most often sent and received using HTTP, which stands for HyperText Transfer Protocol. Files can also be shared using FTP, which stands for File Transfer Protocol.


What type of files are HTML documents?

HTML documents are plain-text files, usually encoded in UTF8 format.


Is a browser's main function to create webpages using HTML?

No, a browsers main function is to read HTML files and render them on the screen. If you want to create pages with HTML, you'll need an editor, IDE, or WYSIWYG.


What are the advantages of using HTML files?

HTML is a standardized programming language for describing and drawing page contents that is used by web browsers. It is a simplified subset of SGML and is related to XML.


How does one send an html email?

HTML is used to outline webpages and organize how they look. It is not a command language. Email cannot be sent using the HTML language. One must use a scripting language like PHP.


How do you use HTML to remove HTML you already have?

I don't think you can use HTML to remove HTML, you can hide HTML commands with <!-- TEXT OR SCRITPS HERE --> Any scripts between the <!-- AND --> wont show up on the HTML document. using those are good for leaving reminds like where a form starts and stops or to place something there that you might use later.