Computer Science, asked by sukeshdhana2221, 4 months ago

Which syntax helps in specifying the colour of the text? Give reason.
Syntax 1: Color: white
Syntax 2: Color: rgb(128,0,0)
Syntax 3: Color: #ff00ff
What is meant by grouping of coins?

Answers

Answered by Anonymous
1

Explanation:

Text color using Hex color codes

The most common way of coloring HTML text is by using hexadecimal color codes (Hex code for short). Simply add a style attribute to the text element you want to color – a paragraph in the example below – and use the color property with your Hex code.

Similar questions