+ 1

Can someone tell is this the right code to make a colorful background in html?: <style=background-color: red;"</style>

Please AnswerđŸ™đŸ»đŸ™đŸ»

27th Oct 2024, 7:39 AM
Shadow The Hedgehog
Shadow The Hedgehog - avatar
2 Answers
+ 1
style tag is not properly used.
27th Oct 2024, 7:53 AM
AÍąJ
AÍąJ - avatar
0
Use inline css or style tag + selector element // like this <style > h1 .... or any elemet u want { Backgroud-color : red ; } </style >
27th Oct 2024, 11:28 AM
Cabdi Raxmaan Khaliif
Cabdi Raxmaan Khaliif - avatar