Hex-colors are the only way to define colors on the web
Answers
Answered by
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
0
Answer:
FALSE , COLOURS CAN ALSO BE SPECIFIED WITH NAMES AND CSS
Similar questions