answersLogoWhite

0


Best Answer

comments box

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Indicates where comments are to be displayed on the printout?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What print option indicates how errors in cells should be displayed on a printout?

The "Cell errors as" option.


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.


How do you get the comments section on YouTube?

You can find the comments section of a video by scrolling down. Some videos will not have any comments at all, which will mean that you won't see any comments displayed.


The credential RD displayed by a dietitian's name indicates registration with what?

RD = Registered Dietitian


A codded HTML command that indicates how part of web page should be displayed is known as?

A tag.


What is the printout through computer called?

the printout through computer is called


A minus sign next to a folder indicates that content hidden?

The subfolder/files are currently being displayed.


How can you get a printer to print colour like they are displayed on the monitor?

Try adjusting the monitors brightness and contrast until you find the same colour the printout has; that way you can see the picture exactly like its gonna come out.


How do you do a pengian on Facebook?

In Facebook chat, the penguin emoticon can be displayed by typing <(") into the screen. This ONLY works in chat mode, however... not on comments or anything else!


What software can help to count printouts from your printer?

Printer Printout Software can be help u to count printout


What is the symbol that indicates to which paragraph and image is attached too?

paragraph symbol displayed in the document?


What are HTML comments?

Comments are used to give extra information to the person writing or updating the HTML, usually explaining what a piece of code does, or identifying a significant point in the document. Comments are not displayed on the webpage itself. They are only within the code. They are ignored by the browser. The concept of using comments comes from programming. Comments can also do other things, like get a piece of code to be ignored temporarily so that testing to see if there is a problem can be done. A comment is started by putting this <!-- and is finished by putting this --> with the comments in between them like this: <!-- This will be ignored by the browser-->