answersLogoWhite

0

What else can I help you with?

Related Questions

Explain the purpose of source document?

When a business transaction occurs then documents is called source document. Examples of source documents are: 1. cash receipt 2. cancelled check 3. Invoice sent or received 4. Employee Time sheet


What is the purpose of source document?

When a business transaction occurs then documents is called source document. Examples of source documents are: 1. cash receipt 2. cancelled check 3. Invoice sent or received 4. Employee Time sheet


What does collage printing mean?

When printing more than 1 copy, a complete set of sheet of a document will be print out following consecutively by the second, third, fourth and go on.


How do you change the whole colour of a Word Document Sheet?

You can change the color of a whole docuemet sheet by when you print your document put a blank page of the color you want in the printer.


Can you use vlookup function from 1 sheet to another or from 1 document to another please answertnx?

Yes you can. You just need to specify the sheet or document that you want to look in.


What is the function of xml-style sheet href?

That would refer to the location of the style sheet for your XML document


Explain the procedure of linking a style sheet in HTML document?

To link a style sheet into an HTML document, you will use the <link> tag. This tag links, or embeds, the style sheet into the document. This would look like: <link rel="stylesheet" href="style.css" type="text/css" /> This allows you to use the same style sheet and rules on multiple HTML documents.


Why is a linked spread sheet called a compound document?

Because it is more than a single document as one.


What view shows the document on a mock sheet of paper in the document window?

Print view layout


What do you call the answer sheet for an exam?

An "answer document." pretty eloquent, eh?


Which document should be used to determine a person's solvency?

balance sheet


Difference between embedded style sheet and linked style sheet?

Actually, there is no difference between an embedded style sheet and a linked style sheet. They are exactly the same thing, just different wording to describe the same process. To embed a style sheet into a document, you use the <link /> tag within the <head> tag of an HTML document. An example is: <link rel="stylesheet" href="style.css" type="text/css" />