answersLogoWhite

0


Best Answer

It depends on the browser, but most of the time, you view the HTML markup by right-clicking the page and clicking "View source" or "View page source".

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When viewing your page in a browser how do you view the HTML mark up?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


What is meant by title in HTML?

The title in HTML would be referring to the HTML title tag. This is a meta tag that sits at the top of your web page. The title tag is displayed at the top of your browser to indicate the name of the page you are viewing. The page title tag is also used by the search engines to label a specific page. Example: <HTML> <head> <title>This Page Title</title> </head> </HTML>


What is behind a webpage?

Behind the Web Page is the HTML. The HTML is a language for the browser to read, and instructs the browser in how to display the page. If you want to see the HTML, right click on the page. A box will open, then select view source. A window will then open with the HTML for that page.


The process of viewing the HTML source code?

It is different for every browser. Generally, you right click on the page and select and option like "view source" or "open source".


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.


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.


Is it compulsory to write HTML tag in HTML file?

Yes. It tells the browser that it is a html page. A page should start and finish with a pair of html tags.


What is a HTML webpage?

A HTML Webpage is a page created on HTML. It runs on browser and co-ordinates with web.


What software translates HTML into a Web page outlook browser or operating system?

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.


How is web page executed by a web browser that has been written in other than HTML?

if its not an HTML, no browser is gonna show it, some may argue that we have coded page in java or .NET or any other language for that matter, but end of the day its HTML for the browser. Cheers!


What is a HTML page?

HTML page is a web page which is created with help of HyperText Markup language. Web pages can be create by any programming language, but it will be displayed by browser. More details you can find by following link.HTML = hyper text mark-up language:: the language your computer speaks with an internet browser to create arguments and display data