answersLogoWhite

0

You have two options. 1. Set the body tag to the specified blue color: <body style='background-color: #0000FF'> (Find the colors and their corresponding codes using a search engine. #0000FF is a bright blue) 2. Create an image 1 pixel by 1 pixel of the blue color you want to use. Set the body tag to display that image: <body style='background-image: url("myBlueImage.gif")'> I have used the inline styles. You could do this using a linked sheet, or the <STYLE> tag in the header or your HTML. 1. BODY { background-color: #0000FF; background-image: url("myBlueImage.gif"); }

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

WHAT IS THE BEST BACKGROUND COLOR?

It depends on the color scheme you choose for the website, but an off white is a very good safe choice for the background color for any website.


HTML for adding a background color?

It's not HTML. Background color is a CSS style. You need to put in either a stylesheet, or attach the style attribute to the tag whose background color you're trying to set. For instance: &lt;p style="background-color:blue;"&gt;This paragraph would have a blue background.&lt;/p&gt; Colors in CSS can be set using names (there's 170 or so of them) Via a hexadecimal RGB value: &lt;p style="background-color:#b3b3b3;"&gt;This a meduim gray. The pairs of hex digits correspond to RGB.&lt;/p&gt; Using RGB directly: &lt;p style="background-color: rgb(179,179,179);"&gt;This is the same color as #b3b3b3&lt;/p&gt; And using RGBA (which gives you an alpha channel, letting you set transparency) &lt;p style="background-color: rgba( 179, 179, 179, .5 );"&gt;This paragraphs background color would be 50% transparent.&lt;/p&gt;


Technology of the 1780s included?

ethfhugfhjwdkf


What tag can set the background color for your page?

The BODY tag is the one you should reference if you want to set the background color of the entire webpage, using the bgcolor attribute. For example: &lt;body bgcolor="Blue"&gt; This should be done using CSS. In an internal or external sheet, you want a rule similar to the following: body {background-color: #ff00ff;} If you insist on doing it inline (for whatever reason) you want to attach the STYLE attribute to the BODY tag directly, and use the same rule. &lt;body style="background-color:#f0f;"&gt;


What is blueprint drawing?

An old method of reproducing drawings that wound up with the copies being blue background with the lines in white. The original drawing was fed through rollers with the blank paper that exposed it to light. Then the blank paper was devleoped by exposing it amonia---very smelly process. The paper would develope into a blue color and the exposed lines were white---usually.