answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

The three basic colors in HTML are red, green and blue. All colors in HTML can be displayed by combining the three basic colors red, green and blue.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a basic color name in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the basic HTML codes?

Some basic HTML codes are as followed


Enumerate the basic HTML structure's and describe each briefly?

The page starts with the HTML start tag Followed by the tags, and goes here Followed by the Tag. The followin HTML will be the content of you web page Followed by closing the Tag, and tags. Here is a sample of a Basic HTML document: the name of the page This is a basic HTML structure. This is where the content goes that will display on your page.


How do you prepare an HTML?

The basic HTML base to a HTML website is &lt;HTML&gt; &lt;title&gt; &lt;/title&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/HTML&gt;


Where can one get an HTML color code chart?

One can get a color code HTML chart online. A great site too visit is html-color-codes.info on the site they have every color needed and wanted. The site even teaches users how to use these certain codes to change the color of Html. Lastly the site includes the HTML color code theory.


What extensions are added to basic HTML documents?

.htm, .html, .xhtml


How HTML tags needed to create a basic webpage?

HTML tags can be made to create a basic webpage. The basic tags with some text can make a webpage in basic format.


Where can one find information about HTML colors?

There are a number of websites that give information about HTML colors. These include HTML Color Codes, Wikipedia, Color Scheme Designer and Color Hex.


What is HTML View?

The view of the website in form of HTML is HTML view. It is the basic code you write in text editor.


What are the basic computer skills I need to move on to HTML training?

The only basic computer skill you need to start HTML training is keyboarding.


Where can one find a printable HTML color chart?

A printable HTML chart can be found at the site Quackit. They have a comprehensive chart of primary and secondary colors. Also custom and other preset non basic colors can be found here.


What is the basic code for creating a webpage?

HTML?


What are the required elements for a simple HTML document?

Here is a simple HTML website: &lt;HTML&gt; &lt;title&gt;My first website&lt;title&gt; &lt;body&gt; &lt;body bgcolor=0033FF&gt; &lt;font color=00CCFF&gt; &lt;h1&gt;My website&lt;/h1&gt; &lt;/font&gt; &lt;/body&gt; &lt;/HTML&gt;