answersLogoWhite

0

For the entire page, in the body tag you can use the text attribute. So if you wanted the colour to be gold, you would have:



For individual elements of the page, you can use the font tag like this:



That will continue having the text as gold until the font tag is closed. You can also change colours within tags using the style attribute.

This text is red in colour.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

What is the definition of font color?

Font color is the color of a font on a computer screen, on a printed document, or in HTML/CSS/web design (the website's font color). Hope that helps.


What is a basic color name in HTML?

The standard color for any HTML page is Black. Unless you specify otherwise, the browser would display all text inside a web page in black color font. You can specify the font type, color size etc using the <Font> tag that HTML provides us. Ex: <Font face = "Verdana" color = "Red" size = "10"> will display text in Verdana font, red color and 10 pixels high in size.


How do you use color tag in HTML?

You don't use color as a 'tag' so-to-speak. To specify a color you have to add the color attribute to a HTML element. For example:your_text_here


What is the difference between 'text font' and 'font style'?

The font type is what it looks. There are quite a lot of them. Font size is the size of them.


What does values mean in HTML?

The values specify the properties of the attribute which provide additional information about HTML element. For example: the element Font will have an attribute to define the color of the font, and the value will be the color. This information is used in the start tag. <font face="arial">This is arial font</font> ="arial" is the value. (Element Attribute= "value"> General values could include size= "2" ( "2" is the value to define the size of the font in pixels) or color = "000000" (="000000" is the value to define the color of the font)

Related Questions

How do you make your writing big on piczo using a HTML code?

<FONT style="FONT-WEIGHT:normal; FONT-SIZE:85pt; COLOR:#Blue; LINE-HEIGHT:100pt; FONT-FAMILY:Georgia; LETTER-SPACING:-15px"> TYPE FONT HERE </FONT> use this HTML, you can change the size of the text by changing the font size in the HTML


What is the definition of font color?

Font color is the color of a font on a computer screen, on a printed document, or in HTML/CSS/web design (the website's font color). Hope that helps.


What is a basic color name in HTML?

The standard color for any HTML page is Black. Unless you specify otherwise, the browser would display all text inside a web page in black color font. You can specify the font type, color size etc using the <Font> tag that HTML provides us. Ex: <Font face = "Verdana" color = "Red" size = "10"> will display text in Verdana font, red color and 10 pixels high in size.


How does HTML code works?

you type the code and create the website, and the code designes the size, color, font, etc.


How do you put color on your text for websites?

If you're using HTML, the script of <font color="XXX">Text goes here</font>


How do you use color tag in HTML?

You don't use color as a 'tag' so-to-speak. To specify a color you have to add the color attribute to a HTML element. For example:your_text_here


How do you change the color of the font when sending a comment on Friendster?

well,in order to change the color of your font in friendster comments,, you must use the HTML properties.. just like this one.. <font color="white">your comment here</font> just try this..


What is the difference between 'text font' and 'font style'?

The font type is what it looks. There are quite a lot of them. Font size is the size of them.


What does values mean in HTML?

The values specify the properties of the attribute which provide additional information about HTML element. For example: the element Font will have an attribute to define the color of the font, and the value will be the color. This information is used in the start tag. <font face="arial">This is arial font</font> ="arial" is the value. (Element Attribute= "value"> General values could include size= "2" ( "2" is the value to define the size of the font in pixels) or color = "000000" (="000000" is the value to define the color of the font)


How do you set font size?

In HTML: <font size=1>Smallest</font> <font size=3>Normal</font> <font size=7>Largest</font> The font tag can also have the color and face defined. <font size=3 color=red face=arial>Normal</font> However, the FONT tag is deprecated and has been removed from current versions of [X]HTML. Instead, use CSS to specify font size. For example: h1 {font-size: 2em; } div.fineprint { font-size: .85em; }


When text are a different color on a website referred to as what?

HTML Tagcolors are defined in the Font Attributes


How do you make the words different colors on MySpace?

it's a simple HTML tag. for orange, you would do <font color=orange>text here</font color=orange> it works for basically any color. if you want to get really specific about it, use xhtml, which is advanced HTML, and you can put it the exact id of the color.