answersLogoWhite

0


Best Answer

They are not programming languages and do not create programs, so they don't need a compiler. A browser opens a web page and reads the HTML or XHTML and displays it, more like an interpreter would.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

HTML is not a programming language and a web page is not a program. A browser looks at a web page and displays it in a process that is a similar to what an interpreter does.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why HTML doesn't need a compiler to run?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you write a C program which runs independent of the compiler No need to install the compiler?

Any computer program does not need compiler at the time of execution. Compiler is needed to convert a high-level language program into an intermediate machine code. When you run a program, the executable binary runs, and that is what you get after compilation, etc. Summary: your Q is incorrect. Please read about compiler, and linker to understand the concept. You cannot write c or c++ code and run it without a compiler. a compiler translates a high level language (c, c++, java) into basic computer code (binary) which is composed of 1's and 0's (101001111001). but you can run it without a compiler if it has already been turned into an executable or an application by another computer.


Are programs that translate the source code to object code?

False. A compiler converts source code into object code.


How do you run HTML notpad code?

To "run" HTML code, you simply need to open it using a web browser. This can be done by placing the file on the server and pointing the browser to it, or you can use the native "Open File..." command in the browser itself. If you want to learn HTML you can visit one of the websites in the related links.


What is needed to run java?

You must have the Java Run-time Environment installed on your computer. Steps: 1. Open Command Prompt 2. Enter the command: javac class.java 3. Enter the command: java <classfilename> (without the .java or .class extension) The javac command will compile your java source file and create a class file. The java command will execute or run your java class file.


What command should be given to compile a C program from the command prompt?

You need a compiler. Gcc or g++ can be run from a unix shell, or a windows implementation of one like cygwin.

Related questions

Why do you need compilers?

we need compiler to run the programme. compiler will check the error in the problem. compiler can check the error with the help of run time compiler. they can be static or dynamically.


What do you need to run HTML code?

web browser


What appliclication do you need to run HTML?

HTML is not a program, so it is not run like a program is. HTML is rendered, by browsers, like Chrome, Safari, Internet Explorer, Firefox etc.


What the major problem to create a HTML?

There are no such problems to create HTML pages. All you need to do is create an HTML document and run it on a browser.


How do you install an HTML code in my website?

HTML code does not need to be installed. It needs to be written and run in a browser.


How do you convert HTML file into a website?

There is nothing like converting HTML file to a website. A file with .html extension and when run in a web browser will be same as a website. To use that or access that everywhere you need to buy a server first.


What are the things you need to know before you begin to create html document?

You need to know the various tags in HTML. You also need a browser to run the code.


It is possible to build a C compiler on top of a C compiler?

It is possible to build a C compiler on top of a C compiler. From the directory, run the shell script.


How do you write a C program which runs independent of the compiler No need to install the compiler?

Any computer program does not need compiler at the time of execution. Compiler is needed to convert a high-level language program into an intermediate machine code. When you run a program, the executable binary runs, and that is what you get after compilation, etc. Summary: your Q is incorrect. Please read about compiler, and linker to understand the concept. You cannot write c or c++ code and run it without a compiler. a compiler translates a high level language (c, c++, java) into basic computer code (binary) which is composed of 1's and 0's (101001111001). but you can run it without a compiler if it has already been turned into an executable or an application by another computer.


How do you check the correctness of HTML program?

Advanced web editors like Eclipse or Edit Plus show you tags in different colors and you can use them to identify the correctness of your code. Or you can run your HTML file in a web browser to check its correctness. HTML does not have a compiler like other programming languages because it is a markup language and not a programming language like java or C


How can you run C programes in ubuntu 10.10 without any gcc compiler?

Source programs don't run, obviously, so you should install the compiler first.


Are programs that translate the source code to object code?

False. A compiler converts source code into object code.