answersLogoWhite

0

Here is how Look! Styles and colors

This text is in Verdana and red

This text is in Times and green

This text is 30 pixels high

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the background code for a HTML document?

A background can be added on CSS. ex: #body {background: url(../images/bodybg.jpg) repeat-x;}The HTML code for background color is Note: The code must be put inside the body tag, that is between and of your HTML script and the values of color can be change accordingly. For example, if you want to put gray background color you simply change the value to "#727272" or "#000000" for black if you want.


What is the code of backround in HTML?

Background can be easily added into the HTML code. in the <style> element you can add background-color="red".


What is bgcolor?

bg color is the abbreviation of background color there is a command used in HTML which set the background color which u want


Which HTML tag would be apply the bgcolour attribute to change the background color of single table row?

The tr tag.


What is the preferred way for adding a background color for HTML?

The preferred method for adding background color to an element is not through HTML, but rather through CSS (i.e. the background-color statement). Older versions of HTML support the now-deprecated (and soon obsolete) bgcolor element attribute.


How can I change the color of the background in Photoshop?

To change the color of the background in Photoshop, you can use the "Paint Bucket Tool" to fill the background layer with a new color. Simply select the tool, choose a color from the color picker, and click on the background layer to change its color.


How do you add a background color for all h1 elements?

h1 { color: #f00; } Yields red H1 headers in shorthand for #ff0000 that is used in HTML. This will work in all cases unless an ID or a class overrides it.


How can the background color for a website be changed using html code?

To change the color, one simply adds a new color code between the and tags. Lists of color codes can be found online at sites like quackit.


What is a HTML code for a background on tinierme?

If for an image: <body background="images/background.jpg"> or if for a color: <body bgcolor="#000000">


How do I change the color of the background in Photoshop?

To change the color of the background in Photoshop, select the "Paint Bucket" tool, choose a color from the color picker, and click on the background layer to fill it with the selected color.


How can I change the background layer color in Photoshop?

To change the background layer color in Photoshop, first select the background layer. Then, go to the "Edit" menu, choose "Fill," and select the color you want for the background. Click "OK" to apply the color change.


How do you change your howrse page background color?

you can't change the whole color but you cn add layouts and banners and stuff. Using HTML you can put this code fragment within the head section: <style> body{ background:lightblue } </style>