answersLogoWhite

0

Why browser having only HTML code?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

HTML is the standard for defining web page element and is supported by all browsers. but webpages have also JavaScript and cs code as well.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is HTML runs on the server and the browser?

HTML code is displayed in a browser. It does not run on anything; it only includes directions to the browser on how to format content. The server just stores the file for the browser to load and interpret.


What is the code to create web browser using HTML?

You can not create a browser using HTML--you would have to use some other programming language. In order to make a browser which can read HTML, you basically just need something that can correctly parse SGML and display it in an intelligent way--technically, to read HTML it doesn't even need to give the text the styles, an example is the text-only Lynx browser.


How do you get the HTML of a page?

To see the HTML code from a web page, you have several options:Save the web page and open it in a program capable of editing HTML like Dreamweaver, FrontPage or MS Word, then view the document in code mode.Save the web page as a text document and it will only contain the code.Your browser may have the option to "view page source". Select this option and the code will display in the browser.


Why browser interprets only HTML tags?

Browsers are made to intercept these tags. They are made to work with HTML codes only.


What Pokemon game has a HTML code?

No game has HTML code because HTML is only for web design.


How do you insert pictures on Notepad using HTML?

Notepad itself cannot show pictures. It can only deal with text. You can type the HTML code to show images by using Notepad, but the images will only be seen when you open the file in a browser. To do a typical line of code for showing an image, you would do this: <img src="myimage.jpg" />


What does a webpage consist of?

Usually HTML Code. Although 'what you see', depends entirely on 'what your Web Browser is capable of displaying'. For example... If the Web Page was written in HTML, Flash and Java, but your Web Browser only supports HTML, then you may not be able to see some of the Web Sites 'Java Applets' or 'Flash Animations & Images'.


How is an applet started by a browser?

Once you have made the applet, you need to make an HTML file to launch the applet. Search google for examples, it's only about 3 lines of code


What is the HTML code for music?

The HTML code for music is <audio>. This tag is only present in HTML 5 and helps to embed music into the page.


What is HTML-only?

All websites use HTML, but some sites use HTML in conjunction with one or more other coding languages like Javascript or CSS. HTML-only means it uses just the basic coding.


How do I customize a statics website, and which plate from is the best?

The way to tell if this is the case is to look at the URL extension on our browser. The web pages were static sites with only HTML and CSS. There was no server code or database.


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