answersLogoWhite

0

HTML is generally interpreted using a "parser." The parser reads the text, and puts it together using a series of "tokens" or in the case of an HTML document, "tags" or "elements."

Parsing (also call syntactical analysis) is used frequently in Computer Science.

The individual browser's use various parsers, changing from vendor to vendor and sometimes from one version to the next. This difference is precisely why different browsers will render the same HTML different way.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the compiler used for HTML?

HTML is not compiled. It is interpreted. Whichever browser you use is the interpreter for HTML. That is the job of a browser: to read and interpret HTML and then display the page.


Which type of translater is used by GW BASIC either compiler or interpreter?

its an interpreter


What is the name of the HTML compiler?

HTML is not compiled. It is not a programming language. It is open and read by a browser. The process is similar to what an interpreter would do.


Name three components of a brower?

controller ( HTML interpreter, optional interpreter, optional client, HTTP client),driver and network interface


Why HTML doesn't need a compiler to run?

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.


What type of pages are created with the help of HTML?

You can create any type of pages using HTML because html is a language used to create web pages for display in browser. And you can also create a static page by using HTML.


How do you cancel HTML?

To cancel or end an <html> tag you simply type </html>.


Is there used compiler or interpreter in HTM?

A htm file is interpreted, not compiled. A browser acts as the interpreter.


How will you create username and password HTML tags?

<input type="text" /> That could be used for a username <input type="password" /> That could be used as a password.


What is the file htm used for?

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


How can you find if your computer is HTML?

HTML is not a type of computer. HTML (HyperText Markup Language) is a common markup language (computer code) that is used to make webpages. Web browsers like Internet Explorer are used to interpret and read these HTML code in an HTML file (a web page) so that the layout of the page with its texts and images is displaced to you.


How do you do a heart in HTML?

To make a heart in HTML, type ♥