answersLogoWhite

0

How do you get color on your HTML page?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

There are 2 HTML tags that help you put color on your web pages. The first one is BGCOLOR and the other is COLOR. Using these tags along with a Hex color code you can create colorful web documents using HTML. There are too many hex color codes to list here so please "search the internet" using the search term "hex color codes" to find a site that will display them.

BGCOLOR which defines the background color can be used with the BODY, TABLE and TR tags. The examples below show how they would be used.

COLOR which simple defines the color is used with the FONT tag.

This is white text on blue!

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you get color on your HTML page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is HTML is best suited for?

HTML is best suited for marking up the structure of a web page. In the past, HTML was also used to style a page (font, color, etc), but those functions have been replaced by CSS.


How would you write the following paragraph in HTML format This is My Home Page?

You have many choices in HTML for how to make the Title. You can use the Header tag (H1 to H5) to increase font size. You can use a font color tag to change the color. Just make sure the size and color compliments the page design.


How do you create a static page in HTML?

A static page can be easily created in HTML page. It just needs the static tags defined in HTML.


What does HTML page mean?

A HTML page is a web page that is created using Hyper Text Markup Language and is saved with a .html extension


What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


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.


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 does body vlink do in HTML?

encloses the main body of the document. The attribute Alink="..." specifies the color of the activated link on the page. Vlink=".."specifies the color of the followed links (clicked on or visited already) in the page. other body attributes include: bgcolor="..." the background color of the page.or Text="..." specifies the color of the text in the page.


What is the code for a text stroke and fill color for a CSS page?

Text stroke is HTML and is " " Fill color is "background-color" defined in the stylesheet, head or inline for the element in question.


What is the function of the HTML in wed page?

The function of HTML is to create a layout in Web page. It constructs the design of the page smoothly.


What is the colour of the page behind the text?

For an HTML docuement the default page background color is determined by the browser. The most background color is white. You can define a page background color in different ways. A preferred HTML5 method is to a CSS style to define the color. One way you can do that is like this: .


What is behind a webpage?

Behind the Web Page is the HTML. The HTML is a language for the browser to read, and instructs the browser in how to display the page. If you want to see the HTML, right click on the page. A box will open, then select view source. A window will then open with the HTML for that page.

Yellow!