answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What tag is used to tell the browser which html or xtml version and type of document it uses?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is doctype HTML public w3cdtd HTML 401 transitionalen httpwwww3orgtrHTML4loosedtd?

That's the DocType for HTML 4.01. It is normally used at the very beginning of an HTML 4.01 document to tell the browser what version of HTML it should use to render the page.


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.


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 are the differences between css and xsl?

CSS is used to format HTML documents (webpages); XSL is used to tell a browser in what format to display an XML document.


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.


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 .


Why can a CSS sheet fail to work properly after converting a web page from HTML to PHP?

AnswerThe web browser cannot tell whether the page information arriving at the browser comes from a PHP source or an HTML source. So if the HTML version works and the PHP version CSS is broken you have translated the page incorrectly. Examine the page source from the browser window for both versions and compare them closely. The PHP version must reference the CSS file correctly in the header. Check that in particular. :]


What is benefits of HTML?

HTML is not a software application, it is a set of formatting rules. Many software programs can interpret HTML code and format documents based on HTML tags, such as <b></b> to tell a browser to show bold text.


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 is the use of label of the HTML?

Not quite sure I understand your question, but I'll venture a shot at an answer. When creating a web page these days, most editing software assigns (or asks you to assign) an HTML label to the new document. The actual tag of "HTML" is required to tell the browser that the document is in fact and HTML document. These days there are several different document (DTD) types of HTML documents such as HMTL 1.0 strict, 4.0 strict and 4.01 TRANSITIONAL. These are just slight variations in the code that affect different variations in behavior in the browser. There is a worldwide organization that is working to develop a more standardized approach to HTML, and other code such as Cascading Style Sheets (CSS). This is the Worldwide Web consortium, better known as the W3C. Their site is a vast treasure trove of current, updated web authoring code and document types. The various HTML commands tell the browser how to display the content that is placed inside of <brackets like these.> The W3C also offers a free validation service on which you can test your web pages for compliance. For much more information on web page design and HTML, please visit the link below:


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.


How does HTML run?

HTML is not a program. and does not run. It can be used to instruct the browser to run a script. HTML is a written language inserted into a web document instructing the browser on how to display the page. For example It can tell the browser what color the text should be, or to display a picture, and where the picture should be located on the page.