MCQs>IT & Programming>CSS 3>Consider the following code: body { text-replace: 'a' 'b' 'b' 'c' } What will be the output of the following string if you implement the text-replace style? andy lives behind cafe
CSS 3 MCQs
Consider the following code:
body { text-replace: "a" "b" "b" "c" }
What will be the output of the following string if you implement the text-replace style?
andy lives behind cafe
Answer
Correct Answer: cndy lives cehind ccfe
Explanation:
Note: This Question is unanswered, help us to find answer for this one