answersLogoWhite

0


Best Answer

If the browser can not interpret your content it will display the characters as plain text, just like you are reading here. If you use a character that the browser does not understand, the browser will ignore it or insert the closest ASCII equivalent character.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does a browser display content that is not written in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 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 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.


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.


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.


How do you read HTML language?

HTML is meant to be written by a webmaster, and read by the browser. Hyper Text Markup Language, HTML, is use to create a web page. The browser reads the HTML, and is instructed on how to display the content. If you learn how to write HTML language you will then be able to read it, in order to edit. It is not hard to learn, and doesn't take long.


What is the significance of HTML in web designing?

HTML is a formatting language that tells a browser how to display content. You can not create a Webpage without HTML. Many web designers will create the HTML in the background for you.


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 effect does the p tag have on a webpage?

HTML uses tags to tell a browser how to display content. The <p> tag defines a paragraph. The browser will add a blank line after content within <p></p> tags.


How do you do HTML programs?

HTML is not a programming language but rather a interpreted language meaning that not all browsers see it the same. Therefore you cannot make HTML programs unless you are making an internet browser.


What is the need of active webpages?

because of the context of the browser's request, browser chooses to interpret that documents actions- rather than HTML for display or like other content type.


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.