News:
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 café
bndy lives behind cbfe
cndy lives cehind ccfe
andy lives behind café
andy lives cehind bafe
All ‘a’ characters are converted to ‘b’. Subsequently, all ‘b’ characters are converted to ‘c’. Useful resources, text-replace