answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the function of text color and its use?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference on text highlight color and text color?

Text color is the color of your letters. When you use text color, only the letter itself is colored. No white space is anywhere within your text or letters. When you color highlight text, you enclose your selected text in a solid strip of color that colors even that white spaces between words, letters, and inside letters.


Sample text color in C language?

printf("%c[%d;%dmHello World%c[%dm\n",27,1,33,27,0);


What do you add to change the background color of a text?

Assuming the text you're trying to add a background color to text within a div: # divname { height: 100; width: 100; } function onchange(divname) { document.getElementById(divname).style.backgroundColor = "blue"; } link Or do you just want a static color behind your text? # bluebg { background-color: blue; }OR look at my text!


When position text between the side margins which function is good practice to use?

align function


What is an Excel function screen tip?

It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.It is a bit of pop-up text that gives some help on how to use a function, like what to put in different parts of it.


Where from you get text book in pdf?

Use Adobe Acrobat Pro,it got a OCR function can get Text from PDF~


What is the function of Vi editor?

'vi' is the standard text editor for Unix. You use it to edit content of a text file.


Which text function replaces text in a string?

The REPLACE function.


What are differences between replace and substitute Microsoft Excel functions?

The Replace function replaces part of a text string, based on the number of characters you specify, with a different text string. The Substitute function substitutes newtext for old text in a text string. You use Substitute when you want to replace specific text in a text string and you use Replace when you want to replace any text that occurs in a specific location in a text string.


What is the CSS property color text?

To define the color of the text w/ CSS, it is {color:[color of text];} Ex.: body{color:#0000ff;}


What is a text string in Excel?

It is simply a piece of text. You can use a piece of text in formulas for doing things. There are specific functions for dealing with text. If you use a piece of text directly in them, as opposed to a cell reference to a cell that has text, the text will be enclosed in quotation marks and can be referred to as a text string. To find a length of a text string you could use the LEN function like this: =LEN("How long is this text string?")


Can you change the name of function in c program?

In the source, you mean? Use a text-editor.