answersLogoWhite

0

The background color would be a hex number like #eeeeee or the title of the color like lightslateblue

p{

background: #/name

}

User Avatar

Maximo Witting

Lvl 10
3y ago

What else can I help you with?

Related Questions

What is a background color or pattern for the paragraph text is called .?

Hahsj


What is the background color or pattern for the paragraph text called?

The background color would be a hex number like #eeeeee or the title of the color like lightslateblue p{ background: #/name }


How do you change the color of the background on a paragraph add this to the text background is?

shading


What does the background color or pattern for the paragraph text is called?

Hahsj


What color contrasts with the background color of the slide?

Text


How to print white text on a black background?

To print white text on a black background, you can adjust the settings on your computer or printer to change the text color to white and the background color to black before printing.


What do you add to change the background color of a text?

Assuming the text you're trying to add a background color to text within a div: # divname { height: 100; width: 100; } function onchange(divname) { document.getElementById(divname).style.backgroundColor = "blue"; } link Or do you just want a static color behind your text? # bluebg { background-color: blue; }OR look at my text!


What color contrast with the background color of power point slide?

Text


Can you set background color using font tag?

<font style="background-color: red;">this text will have a red background</font>


Meaning of exposition paragraph?

An exposition paragraph is the beginning portion of a text that introduces the main topic or idea. It provides background information, sets the scene, and outlines the purpose or aim of the text. The goal of an exposition paragraph is to provide context and engage the reader.


What is the color that contrast with the background of a power point slide?

text


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: .