What code is correct? a)<bg>=yellow. b)<body bgcolor=yellow> | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

What code is correct? a)<bg>=yellow. b)<body bgcolor=yellow>

19th Apr 2017, 8:18 AM
Fabian Tilvescu
Fabian Tilvescu - avatar
6 Antworten
+ 21
b
19th Apr 2017, 8:22 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 8
Well B works but actual way is: <body bgcolor="yellow"> <!-- content --> </body> Even better : <style> body { background-color : yellow; } </style>
19th Apr 2017, 8:22 AM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar
+ 6
No, he/she(Valentin) is also right. That also works.
19th Apr 2017, 8:28 AM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar
0
Yes
19th Apr 2017, 8:24 AM
Fabian Tilvescu
Fabian Tilvescu - avatar
- 1
Cyrus,you are justice!
19th Apr 2017, 8:24 AM
Fabian Tilvescu
Fabian Tilvescu - avatar
- 1
Valentin, you're wrong
19th Apr 2017, 8:26 AM
Fabian Tilvescu
Fabian Tilvescu - avatar