answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the HTML container tag communicate to your browser?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What information is supplied to a browser in an HTML tag?

HTML tag provides the charset, version number to the browser. It also passes the various attributes to the browser.


What are container tag and singular tag in HTML?

Head


Which tag tells the Web browser that the document file contains HTML?

The <html> tag at the top and the bottom tells the browsers. It is defined as <html> and </html> at bottom.


What tag determines the type of HTML that a browser expects?

The !DOCTYPE tag tells the browser what markup to expect in the rest of the document.


What is tag in HTML?

when you are making a web page you make a HTML tag so when you convert it to a web browser it isn't just blank. it is a piece of the code that your browser decodes into the page you see. this is an HTML tag <HTML> and it tells the browser that this is an HTML page. for everything you see on a web page, there is a special HTML tag for it.


What HTML tag encloses the content that will be viewed by the person using the Web browser?

AnswerThe body tag: what symbols are used to enclose HTML tags????^_^????


What is the function of i HTML tag?

<i> is for italics the HTML tag itself <html> is to let the browser know how to read the code and you save the file as .html or .htm. It simply reference the code that the web page is written in.


The browser applies the feature until it encounters what tag?

An HTML end tag example the end tag to the <header> would be: </header>


Why should you include the HTML tag in your Web document?

So the browser knows when to start and stop the HTML content.


How does HTML code produces the form displayed in the browser?

HTML code has special meanings for special tags. The <form> tag tells the browser that a form is being created.


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 are blank line spaces?

You can create a blank line in HTML with the <br/> tag. This tag inserts a blank line on the browser.