Computer Science, asked by ahmedanas5199, 1 year ago

Hex-colors are the only way to define colors on the web

Answers

Answered by manitkartik297
0

no we can add colors to our web by just writing their name s without hex code see how

<style>

div (

padding 12px;

background-color : black ;

color : white;

)

</style>

<div>

<h1> brainly.com <h1>

</div>

Answered by anandyadav92675
0

Answer:

FALSE , COLOURS CAN ALSO BE SPECIFIED WITH NAMES AND CSS

Similar questions