answersLogoWhite

0


Best Answer

HTML is a code language for markup. "Executing" would mean interpreting in this context, i.e. opening the file in a browser (displaying the page) rather than a text editor (displaying the code itself).

User Avatar

Wiki User

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

Wiki User

12y ago

you open a HTML file using your internet browser

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

On vista and over, you can push F12 and it will bring up all the HTML code from the webpage.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

You cannot view the code on Browser. Whenever the browser opens, it compiles the code as a webpage.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you display HTML code in windows?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the files required to run HTML code on windows 7?

There are no special files you need to install with Windows 7. Use a browser, like Internet Explorer, to display HTML formatted documents and web pages.


What is the code HTML for?

HTML is the code that tells a web browser how to display a web page on your computer screen.


Is HTML the code used to display a document on the web?

yes


Why use HTML codes?

You use HTML codes to tell the browser how to display your content. For example, if you want to display THIS in bold, you would send the following HTML code to the browser: THIS .


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 do you write HTML Code?

You write in HTML by using a variety of codes such as <HTML><B><BR><UL><Color> ect, to tell the internet browser what to display, HTML coding is a way of getting the browser to display what you want it to, and where you want it to be placed.


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


What are embedded codes that tell a browser how to display information?

In HTML code you have static information being displayed (like text, images). Video, animation, forms require operations where some specific code is embedded (nested) in the HTML code, so as to display and run the video, display the animations and get the form results.


Why is markup language required to form a webpage?

HTML is the language used to send information to a browser about how to display a webpage. The browser interprets HTML code to determine how and where to display the document content.


When you edit HTML code the internet explorer does not display the changes?

When you edit the code you need to press the refresh button on the browser!


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 is function of HTML code?

HTML code sends instructions to a browser defining the format of the page. For example, you can use the <b></b> tags to tell the browser to display something in bold text.