answersLogoWhite

0

The main function of most Web Browsers is to interpret (and display) Hypertext Markup (HTM).

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you compile and interpret data?

Through bar charts.


How do you compile HTML codes?

You don't compile HTML codes. HTML is a parsed language, meaning that it's transferred to the browser as plain text, and the browser reads it as such.


What is meant by compilation and interpretation?

compilation - to compile interpretation - to interpret


How do you compile a c?

Your web-browser (MSIE, Firefox etc) is perfectly able to download any files.


What is the function of an adder in a color television?

To compile to amount of time you spend watching the vile beast.


How do you make software from a simple java program?

You compile it.You compile it.You compile it.You compile it.


How can you convert exe file to foxpro prg file?

Assuming the EXE was created from a Visual FoxPro project, there are programs such as ReFox that can un-compile them. Since some information gets lost during compilation (such as comments, substitutions with #define, indentation, blank lines, case of variable names), this information won't be recovered when you decompile.


What is compile-go loader?

compile and go loader is a type of loader function to have an assembler run in one part of the memory and places the assembled machine instructions,data as they are assembled,directly into their assigned memory location.


What are the Requirements for PS2 games on computer?

You just need a PS2 emulator, suffient amount of RAM, and a sufficiently-powerful CPU and GPU to cross-compile/interpret and render the graphics.


What are attributes in visual basicnet?

Attributes in VB.Net are used to "decorate" target code elements. These are compile-time structures. _Public Function DoThis() as StringReturn "I Did It!"End Function


What are some applications for the JRuby programming language?

There is only one application used for the JRuby programming language software and that is to encode, compile and interpret Java bytecode. JRuby was invented in 2001.


Write a program in C without any functions?

It is not possible. In C, any program must have at least one function to be able to compile and execute properly: the function main()