Computer Science, asked by palakdeepkaur246, 1 month ago

which attributes allow you to change font color​

Answers

Answered by Anonymous
0

Answer:

To set the font color in HTML, use the style attribute. The style attribute specifies an inline style for an element. The attribute is used with the HTML <p> tag, with the CSS property color. HTML5 do not support the <font> tag, so the CSS style is used to add font color.

Answered by Berseria
15

Answer:

Text Formatting Tags

<FONT> Tag used to change the size , style and colour of the text enclosed.

Attributes of <Font> are :

• Color -

Color is used to set the text colour

• Face -

Face is used to specifies the font face like Arial, calibri etc

• Size -

It is used to specifies the font size.

Others :

<Marquee> :

To scroll a text or image in the browser.

<IMG> :

To insert image in a web page.

◍ There are many different tags in Text formatting tags. They are ;

1. <B>

2. <I>

3. <sub> , <sup>

4. <strong>

5. <small>

6. <big>

7. <em>

8. <pre>

9. <s>

10. <strike>

Similar questions