answersLogoWhite

0


Best Answer

Styles

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are formatting rules written in a separate language from HTML telling the browser how to render each element for particular devices?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you use hmtl to view videos on my slow pc?

Sorry, HTML is just a formatting language. It can tell you browser to display a video, but it can not do anything about a slow PC.


How can you fix a certificate error with HTML?

It is not possible to fix a certificate error with HTML. Certificates are stored and interpreted by the browser. HTML is a formatting language, it does not control security certificates.


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.


What does HTML use to tell a browser how to display text?

HTML doesn't actually tell a browser how to display text. Rather, HTML tells the browser the structure of a document. CSS (Cascading Style Sheets) is the language used to tell the browser how that information should be displayed. In lieu of that, most browsers will add default formatting through CSS to plain HTML.


Are webpages that contain hypertext markup language commands typically written in Java?

No, they usually are written in plain text. HTML is a formatting language that explains to a browser how to display content. Java is a programming language that controls the computer. Many times a website will contain JavaScript, which is a completely different language that Java.


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.


What is javascript and how is it different from HTML?

HTML, HyperText Markup Language, as it is used today in conjunction with CSS is a formatting language. It simply tells the browser what an element is on a webpage. For example, your browser would interpret this markup as a paragraph: <p>Text</p> And this markup would be interpreted as a level 1 heading: <h1>Text</h1> That's all there is to HTML, simple! JavaScript is more complex. It's a client-side scripting language used to control browser behavior. For example, this JavaScript would cause the browser to throw up an alert: <script type="text/javascript"> alert("Hello world!"); </script> The alert is a behavior change on the part of the browser.


What language is the site DzFoot featured in?

The site DZFoot is a site that is dedicated to the sport of Soccer. This particular website is offered in French, but can easily be translated if one opens and reads the site on a browser that allows for language translation.


Will Google Chrome ruin your browser?

No. It will be a separate program and it will not effect your current browser in any way.


What browser language is ExtJS?

JavaScript


Which language does your browser use?

English


Why should a Web browser control the formatting rather than the Web server?

Because the browser is the piece of software that actually displays the page, so it has to deal with the formatting. A server is just a location for storing a web page, so it has no affect on the format of the files it holds. Web servers hold lots of kinds of files.