Computer Science, asked by sparsh7113, 7 months ago

design a webpage to write HTML all four letters in different colours red green blue orange. write the scipt so that i can write it on notepad

Answers

Answered by layagiddi
1

Answer:

Explanation:

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.

Similar questions