answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Difference between the contents of the HTML file and what you see in the browser?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is th difference between saving an HTML file and opening an HTML file?

When you save an HTML file, the contents of that file are written on the hard drive. This has the effect of changing the contents of the file. When you read and HTML file, the file remains unchanged on the disk.


What is the difference between HTML and opera browser?

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.


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.


How can you save Excel worksheets in HTML format so a user can view and maipulate the worksheet using a browser?

Use Save As instead of Save to save a spreadsheet as an HTML table. While the user will be able to view the spreadsheet in a browser, they will not be able to manipulate the contents.


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 does browser mean in HTML?

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


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


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.


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 difference between an HTML page and a dhtml page?

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