answersLogoWhite

0


Best Answer

<style type="text/css" media=screen>

body{ background-color: gray;}

</style>

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you write the CSS and HTML code for an embedded style sheet that configures a background color of?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the default background color for the canvas element in HTML 5.0?

The default background color for the &lt;canvas&gt; element in HTML5 is the same as the browser default background color. If there is a style sheet or &lt;body&gt; tag that defines the color, &lt;canvas&gt; will inherited that color. You can add style attributes to the &lt;canvas&gt; tag to set a different default background color for the element.


Write the CSS code for an external style sheet that configures the text to be brown 14 px in size and in Arial Verdana or a sans-serif font?

.classname {font-size: 0.88em;font-family: Verdana, Arial, Sans-serifcolor: borwn;}


Write the XHTML and CSS code for an embedded style sheet that configures a class called new that is bold and italic?

Place the code into the head of the webpage..new {font-style:italic;font-weight:bold;}in the body of the webpage where you want the style to be.if it is just for a word you would add span class. Of course closing the tags too.


What CSS would apply a blue color to a web page background?

You have two options. 1. Set the body tag to the specified blue color: &lt;body style='background-color: #0000FF'&gt; (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: &lt;body style='background-image: url("myBlueImage.gif")'&gt; I have used the inline styles. You could do this using a linked sheet, or the &lt;STYLE&gt; tag in the header or your HTML. 1. BODY { background-color: #0000FF; background-image: url("myBlueImage.gif"); }


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;

Related questions

Where is a chart displayed in Excel?

A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.A chart can be displayed on a sheet, in which case it is known as an embedded chart, or on a sheet of its own, known as a chart sheet.


What is the default background color for the canvas element in HTML 5.0?

The default background color for the &lt;canvas&gt; element in HTML5 is the same as the browser default background color. If there is a style sheet or &lt;body&gt; tag that defines the color, &lt;canvas&gt; will inherited that color. You can add style attributes to the &lt;canvas&gt; tag to set a different default background color for the element.


Charts can be embedded in a worksheet or where else?

They can be placed in their own chart sheet.


What is chart sheet excel?

It is a sheet that only contains a chart and has no columns or rows. It shows a chart completely on its own sheet instead of being embedded in a worksheet.


What is a embedded pie chart in Excel 2007?

It is a pie chart that is part of the sheet it is on and not on a sheet on its own.


Write the CSS code for an external style sheet that configures the text to be brown 14 px in size and in Arial Verdana or a sans-serif font?

.classname {font-size: 0.88em;font-family: Verdana, Arial, Sans-serifcolor: borwn;}


What chart sheet?

When you create a chart it can be embedded into the sheet where the data appears. You also have the option of setting the chart to be on a sheet tab of its own. This is a Chart Sheet.


What is a non embedded chart?

It is a chart that is on a chart sheet, not embedded on a worksheet. There will be a separate tab for it, like each worksheet has.


What are charts that appear on the same sheet as the worksheet data?

Embedded Chart


The plasma membrane is a thin sheet of lipid embedded with?

protein


Write the XHTML and CSS code for an embedded style sheet that configures a class called new that is bold and italic?

Place the code into the head of the webpage..new {font-style:italic;font-weight:bold;}in the body of the webpage where you want the style to be.if it is just for a word you would add span class. Of course closing the tags too.


Do Embedded charts display the chart and any text or figures on separate pages?

An embedded chart is shown as part of an existing worksheet. A chart that is not embedded is on a chart sheet of its own.