answersLogoWhite

0

How can html documents be changed to another file type?

Updated: 8/19/2019
User Avatar

Wiki User

11y ago

Best Answer

HTML documents are simply plain text on the inside (either ASCII, or UTF-8.) So they're easy to edit and work with. Furthermore, an HTML file can be served from a webserver using any extension you like, provided that the webserver is configured to do so. This is because the browser determines how to treat the file based off the file's MIME (media type) not its extension.

You can convert HTML into several different formats using various online conversion tools. (See related links.)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can html documents be changed to another file type?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What kind of documents are electronic file that contain element that you can select usually by clicking a mouse to open other documents?

HTML documents.


What is an HTML file extension?

The original extension of a HTML page was .htm because of file name restrictions that limited filetype extensions to 3 characters, today you can use 3 or 4 so either .html or .htm is perfectly fine.


How can you create a HTML documents?

You can create a HTML file in any of the text editors known. Notepad and various other IDE's are examples.


Is it possible to create HTML documents with word?

yes you can use any text editing software to make a HTML file. Just use the rules of HTML and save it as htm or HTML and your good to go.


How do you read an HTML file?

HTML is Hypertext Markup Language - it is the language used to present the content of web page. hypertext is the link between documents.


What file format acts as a set of directions that tell a web browser how to display and manage documents?

HTML


What program do you use to open HTML documents?

You can open them with different things. A browser will display the web page. Any text editor should be able to open the actual file so you can see the code. Anything that can open a text file, like a word processor, will open a html file. Specialise html editors and programs like Dreamweaver can also open html documents.


How do you convert a doc file into HTML using aspnet?

What are the requirements of a file to be HTML file, just it has to be able to view the file in web browser. SO, probably the answer would be to change the doc file extension to HTML. Either you can embed the doc file into a web page or save it as .HTML or .htm file


What is the file htm used for?

HTM and HTML are the most common type of documents used to build static webpages.


Is a web page a documentif not what is it?

Yes, web developers call .html files documents. In fact, the first part of probably every .html file is a statement of the DOCTYPE.


What can graphically represent an HTML file?

There are several things that can graphically represent an HTML file. One is a web browser. Another is an HTML writing program, like Adobe's Web Design Premium.


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".