answersLogoWhite

0


Best Answer

A browser is an application that is used to view web pages. Opera is the name of one browser. There are lots of other ones. HTML is the language that is used to create web pages. People write HTML code to create web pages. Browsers read the HTML code and then display the page in the browser.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between HTML and opera browser?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between html and web-browser?

HTML is the file format webpages are made of. When you enter an URL into your Webbrowser (Internet Explorer, Firefox, Opera etc.) you're actually seeing a HTML page displayed. There are programs that only display simple HTML pages, and can only view HTML pages stored locally on your computer. These can be used by other software (such as MS Word) to display documentation etc. The latter are more commonly called "HTML browsers", but your webbrowser is an HTML browser too! see: http://en.wikipedia.org/wiki/Webbrowser


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.


Difference between the contents of the HTML file and what you see in the browser?

HTML or Hypertext Markup Language is code that can be used to create a website (among other things). HTML code is nothing but text, but, when viewed in a browser, can display images referred to in the code. If the HTML code is the ingredients of a cake, the browser shows the finished and fully decorated cake.


What does browser mean in HTML?

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


What is the difference between HTML and aspnet?

HTML (HyperText Markup Language) is a specification for page layout on a web browser. For example, the text <b>Hi!</b> tells a web browser to show the text Hi! in bold. ASP.NET is a library used by the programming languages C# and VB.NET to create web pages, by combining HTML and server-side programming that you write to manipulate the HTML in interesting ways. In short, HTML is the language of the web browser, and ASP.NET is one of many languages used by programmers to generate HTML.


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.


You can immediately see a document you create in HTML if you use a?

Using a web browser, you can easily view a HTML page you have made, or somebody else have made, such as... * Mozilla Firefox * Internet Explorer * Google Chrome * Opera * Netscape


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.


Where do web browers access HTML from?

Web browser access HTML by going out onto the internet and requesting the HTML page from a web server. The server responds to the browser by allowing the browser to copy the HTML document to the client machine.


What is the importance of a php server?

A browser (firefox, chrome, opera, internet explorer etc) cannot read anything but html. The job of converting php code into html code is handled by a PHP Server (Apache, IIS or others).


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.