answersLogoWhite

0

Yes.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does browser mean in HTML?

A "browser" is a program that can render/read HTML.


How does HTML code produce the form displayed in the browser?

As subtle distinction between HTML and browser is that HTML code does not produce the form; the browser produces the form. The browser interprets HTML code to determine how to display page content.


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.


What layer of OSI model does HTML operate?

HTML is read by a browser and a browser works at the Application Layer.


How can HTML result shows?

HTML results can be shown in a web browser. They are the one that can display the work of a browser.


What information is supplied to a browser in an HTML tag?

HTML tag provides the charset, version number to the browser. It also passes the various attributes to the browser.


What are the current browser version HTML?

Each browser has its own individual version, which does not relate to HTML. The current version of HTML is version 5 and any up to date browser should be able to manage it.


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.


How do markup tags work in HTML?

HTML markup tags provide formatting instructions to a browser. An HTML document tells the browser how to display the content on a webpage.


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 does the HTML container tag communicate to your browser?

HTML communicates to the browser to define the page layout. It can tell the browser how and where to display text and other items on the page.


How does a browser reads an HTML file?

Why