answersLogoWhite

0

You don't use color as a 'tag' so-to-speak. To specify a color you have to add the color attribute to a HTML element. For example:

your_text_here

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What HTML tag is used to mark the top of the page?

The first tag you use when developing an HTML document is the tag. The first tag you use for the main content of your page is the tag. is the tag that marks the top of an HTML page. The minimum required first like is , which starts the definition of the page content.


What is the tag used for scrollings in HTML?

You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.You use the tag for scrolling in HTML.


How would you write the following paragraph in HTML format This is My Home Page?

You have many choices in HTML for how to make the Title. You can use the Header tag (H1 to H5) to increase font size. You can use a font color tag to change the color. Just make sure the size and color compliments the page design.


The color of a hyperlink that has not been clicked can be specified by setting what attribute in the BODY HTML tag?

The color of a hyperlink that has not been clicked can be specified by setting the "BGCOLOR" attribute in the HTML tag.


How do you put color on background for websites?

This is the HTML tag: <body bgcolor="green"> or you can use codes <body bgcolor="#00FF00">


What is the A HTML tag called?

The HTML tag is called the "anchor" tag.


How do you use blink tag in HTML?

Come on down!


What is HR tag in HTML and attributes of HRtag?

The hr tag in HTML is the "Horizontal Rule" tag. Essentially, the tag creates a horizontal line. This line was often used in print to separate chapters and the like. You can style the tag in various ways, giving it color and borders, width and height. By default, the tag displays something like this:


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

The tr tag.


Which HTML tag does not use as an end tag?

You have to close everything with another tag such as openingtag:<marquee> closingtag:</marquee>.


Why use HTML tags?

Tags are the basic rules in HTML like if you wanted to add a dotted list you can use the ul tag and you can add images with the img tag and you can make the image a link by nesting the img inside a link tag but i believe the most useful tag is the div tag


How do you use border in HTML?

Border can be an attribute in html. For example, in the table tag. This will put a border around the table.As another example, it can be used in the img tag.