Computer Science, asked by anshbhoomiagarwal029, 19 days ago

Example of Inline CSS is
a. <body background-colour red>
b. <body style="background-colour:red">
c. <body class="background-colour:red"> d. <body id="background-colour:red">​

Answers

Answered by harshprasad22
0

Answer:

Your answer is (b)

Explanation:

(a) is not a valid line

For (c) and (d) you need to add css externally so your answer is

b. <body style="background-colour:red">

Answered by farhakhatun6666
0

Answer:

Your answer is (b)

Explanation:

(a) is not a valid line

For (c) and (d) you need to add css externally so your answer is

b. <body style="background-colour:red">

Similar questions